Skip to content
Snippets Groups Projects
  1. Sep 23, 2024
  2. Aug 06, 2024
  3. Aug 01, 2024
    • STEVAN Antoine's avatar
      refactor repo architecture (!161) · 3608e95a
      STEVAN Antoine authored
      ## changelog
      - `src/main.rs` has been moved to a new crate: `bins/saclin` which stands for **S**emi-**A**VID **CLI** in **N**ushell
      - dependencies of `komodo` have been fixed
      - Nushell and Rust tests have been split in the Makefile: by default, only Rust tests will run locally and Nushell tests and examples can be run manually if desired. The CI will still run everything.
      - the README has been updated
      - test images have been moved to `assets/`
      - the majority of the old `./nu-utils/` module have been moved to internals of `./benchmarks/` and imports have been fixed
      - `cargo.nu` has been moved to `./bins/` and a new `./bins/README.md` mentions it
      - `./bins/saclin/` has been created and should be a self-contained Rust crate + Nushell module
      3608e95a
  4. May 29, 2024
  5. May 23, 2024
    • STEVAN Antoine's avatar
      define more complex inbreeding strategies (dragoon/komodo!103) · 61a2320e
      STEVAN Antoine authored
      this MR:
      - refactors the "inbreeding" example into `examples/inbreeding/`
      - adds `--strategy` and `--environment`
        - `Strategy::draw` will draw the number of shards to keep for recoding
        - `Environment::update` will update the pool of shards by losing some of them
      61a2320e
  6. May 21, 2024
    • STEVAN Antoine's avatar
      run examples in release mode (dragoon/komodo!101) · be3b6b93
      STEVAN Antoine authored
      - update `benches/README.md` to use `cargo run --release --example ...`
      - add `build-examples` to `Makefile` to build all examples in release
      
      ### minor change
      add two `eprintln!` in `inbreeding.rs` to show the experiment parameters
      be3b6b93
  7. Apr 08, 2024
  8. Mar 26, 2024
  9. Mar 21, 2024
Loading