AureumChaos/LEAP
A general purpose Library for Evolutionary Algorithms in Python.
Jupyter NotebookAFL-3.0
Issues
- 0
- 8
Add support for grammatical evolution
#311 opened by markcoletti - 0
- 0
Add support for forcing distinct genes during initial population, crossover and mutation
#324 opened by sujeet100 - 0
Support elitism in multi_population_ea
#323 opened by sujeet100 - 1
- 0
binary strings should print binary digits in probes by default, not True or False
#320 opened by markcoletti - 1
- 3
Can't seem to find openai_gym.py example
#316 opened by asmith26 - 3
Meaning of `expected_num_mutations` in segmented rep
#315 opened by SigmaX - 0
- 2
- 1
Replace Primitive class with inspection
#235 opened by SigmaX - 7
Support for asynchronous NSGA-II
#249 opened by markcoletti - 2
Add a common problems section and address what happens if a pipeline operator isn't given a mandatory argument
#308 opened by markcoletti - 1
Update `individuals.rst`
#305 opened by markcoletti - 0
binomial mutation doesn't propagate `n`
#306 opened by markcoletti - 3
Fix bibtex links
#297 opened by markcoletti - 5
Errors with `make doc`
#300 opened by SigmaX - 4
Lock in versions in requirements.txt
#298 opened by markcoletti - 0
Add novelty search
#302 opened by SigmaX - 0
Docs Missing for `distrib.synchronous`
#220 opened by SigmaX - 4
Some of the logging/probe functions will embed a carriage return in the middle of a row for CSV output
#250 opened by markcoletti - 0
- 10
`Representation` doesn't allow the passing of parameters to `individual_cls`
#278 opened by lukepmccombs - 10
Quality Diversity Problems
#279 opened by lukepmccombs - 0
- 2
Add documentation for NSGA-II
#222 opened by markcoletti - 15
Possible birth counter race condition
#244 opened by markcoletti - 2
- 0
- 5
Tests failing on Windows
#238 opened by SigmaX - 0
- 5
- 5
- 1
- 1
Remove requirements_freeze.txt?
#274 opened by SigmaX - 5
Direct pytorch module representation
#270 opened by lukepmccombs - 2
Have Dask do an orderly shutdown in examples and tests to eliminate ignorable warnings and error messages after successful runs.
#247 opened by markcoletti - 0
- 4
- 0
Unit test to cover bugfix
#256 opened by SigmaX - 1
create_segmented_sequence() never changes the number of randomly generated segments
#254 opened by markcoletti - 7
Convert monolithic functions from generators to functions that return final pop.
#225 opened by SigmaX - 0
Resolve DonkeyGE vs. LEAP license issue
#229 opened by markcoletti - 8
Sort by rank for crowding distance
#226 opened by SigmaX - 1
Make decoding robust for RobustIndividual
#243 opened by markcoletti - 2
birth counter not properly handled in ASEA code
#240 opened by markcoletti - 4
popen_spawn_posix hack incompatible with Windows
#237 opened by SigmaX - 0
BestSoFarProbe needs a `notes` argument
#221 opened by escott-mitre