jenetics
jenetics copied to clipboard
Jenetics - Genetic Algorithm, Genetic Programming, Grammatical Evolution, Evolutionary Algorithm, and Multi-objective Optimization
The factory methods for `Chromosome`, `Genotype` and `Phenotype` are taking instances of `ISeq` objects. This can be relaxed to `BaseSeq` classes.
Implement the usage of _Automatically Defined Functions_ (ADF). > An automatically defined function (ADF) is a function (i.e. subroutine, procedure, module) that is dynamically evolved during a run of genetic...
The generation of the diagrams for the user manual requires a lot of manual work: trigger the generation and copying the graphs into the right directory. This generation process needs...
Make some GA example with Jenetics running with GraalVM and describe how to do so.
Because of #416, which was not detected by the current tests, it is a good idea to check the existing _statistical_ tests for hidden errors. It's also a good possibility...
Extend the Mona-Lisa example to work with different shapes. Currently it tries to approximate the Mona-Lisa image with triangles.
Implement [Differential Evolution](https://en.wikipedia.org/wiki/Differential_evolution) strategy. * See https://github.com/jenetics/jenetics/issues/325#issuecomment-373553845