jbytecode / divpopga

Diverse Population Genetic Algorithm for Real-valued Optimization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

divpopga

Diverse Population Genetic Algorithm for Real-valued Optimization

Installation

] add https://github.com/jbytecode/divpopga

or

julia> using Pkg
julia> Pkg.add(PackageSpec(url = "https://github.com/jbytecode/divpopga"))

Update

] update

or

julia> using Pkg
julia> Pkg.update()

Examples

See https://github.com/jbytecode/divpopga/tree/main/example

About

Diverse Population Genetic Algorithm for Real-valued Optimization

License:MIT License


Languages

Language:Julia 65.0%Language:Jupyter Notebook 35.0%