A Julia package for genetic algorithms.
Documentation | Build Status |
---|---|
Important
This package is build for the Julia Programming for Machine Learning course at TU Berlin and will will not be maintained afterwards.
The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:
] add https://github.com/MaxHTu/GeneticAlgorithm.jl
For using the package in a Pluto notebook run:
using Pkg;
Pkg.add(url="https://github.com/MaxHTu/GeneticAlgorithm.jl")
using GeneticAlgorithm
To show how this package can be used, use the Tutorial page of the Documentation: https://github.com/MaxHTu/GeneticAlgorithm.jl/blob/main/docs/src/tutorial.md