Issues
- 0
Fix incorrect selection in `DECurrentToBest`
#196 opened by Saethox - 0
Fix `Invalid identifier` with `ron==0.8.1`
#193 opened by Saethox - 1
Deserialization of `Component`s and `Configuration`
#192 opened by Saethox - 1
Add a derive macro for `CustomState`
#174 opened by Saethox - 2
Change references for benchmark functions
#133 opened by HeleNoir - 0
Publish MAHF to `crates.io`.
#187 opened by Saethox - 0
- 0
Add code sample to readme.
#111 opened by luleyleo - 1
Extract problems into own repos
#155 opened by Saethox - 1
Move benchmark functions into separate crate
#175 opened by Saethox - 0
Add more swarm-based metaheuristics
#182 opened by HeleNoir - 1
Give Design-by-Contract a try.
#152 opened by luleyleo - 1
`problems::coco` vs `problems::coco_bound`
#153 opened by Saethox - 1
- 1
- 1
Implement proper cloning of `Logger`
#128 opened by Saethox - 1
Should we use `rustfmt` options?
#164 opened by Saethox - 1
- 0
- 0
Update `State` to allow multiple mutable references to distinct components without `MutState`
#160 opened by Saethox - 3
- 0
More on (boundary) constraint handling
#179 opened by HeleNoir - 1
Use semantic versioning and releases
#132 opened by Saethox - 0
Neighbourhood definitions
#113 opened by HeleNoir - 0
Constructive Metaheuristics and ACO
#109 opened by HeleNoir - 1
Refactor the `problem::tsp` module
#103 opened by Saethox - 0
Make components independent from `Vec`
#154 opened by Saethox - 5
Questions regarding the logger
#138 opened by HeleNoir - 0
Update the Rust version used in the CI
#148 opened by Saethox - 3
Multiple diversity measures
#140 opened by HeleNoir - 2
Move mutation probabilities out of operators
#139 opened by HeleNoir - 1
- 0
Move all conditions into a single module.
#126 opened by luleyleo - 0
Link to ParamStudy in README broken
#127 opened by HeleNoir - 0
Implement `Send` for `State`
#120 opened by Saethox - 0
Allow cloning of `Box<dyn Component>`
#118 opened by Saethox - 0
- 0
Should we add a generic `P: Problem` to `State`?
#122 opened by Saethox - 0
- 9
Update README
#110 opened by HeleNoir - 0
Add Iterated Local Search
#97 opened by Saethox - 0
Make existing heuristics usable as components
#98 opened by Saethox - 0
Add some multi-objective benchmark functions
#106 opened by Saethox - 0
- 2
Find a better name for `Fitness`
#93 opened by luleyleo - 2
- 1
- 0
- 0
Add extensive documentation
#96 opened by Saethox - 0
Enable logging of inner heuristics
#100 opened by Saethox