Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jbytecode/divpopga

Diverse Population Genetic Algorithm for Real-valued Optimization
https://github.com/jbytecode/divpopga

Last synced: 22 days ago
JSON representation

Diverse Population Genetic Algorithm for Real-valued Optimization

Awesome Lists containing this project

README

        

# divpopga
Diverse Population Genetic Algorithm for Real-valued Optimization

# Installation

```julia
] add https://github.com/jbytecode/divpopga
```
or

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

# Update

```julia
] update
```

or

```julia
julia> using Pkg
julia> Pkg.update()
```

# Examples

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