jenetics icon indicating copy to clipboard operation
jenetics copied to clipboard

Jenetics - Genetic Algorithm, Genetic Programming, Grammatical Evolution, Evolutionary Algorithm, and Multi-objective Optimization

Results 57 jenetics issues
Sort by recently updated
recently updated
newest added

The factory methods for `Chromosome`, `Genotype` and `Phenotype` are taking instances of `ISeq` objects. This can be relaxed to `BaseSeq` classes.

refactoring

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...

enhancement
jenetics.prog

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...

manual
buildsystem
cleanup

Try to simplify the usage of the evolution `Engine`.

enhancement
incubation

Make some GA example with Jenetics running with GraalVM and describe how to do so.

examples

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...

testing

Extend the Mona-Lisa example to work with different shapes. Currently it tries to approximate the Mona-Lisa image with triangles.

enhancement
examples

Implement [Differential Evolution](https://en.wikipedia.org/wiki/Differential_evolution) strategy. * See https://github.com/jenetics/jenetics/issues/325#issuecomment-373553845