https://github.com/jbytecode/divpopga
Diverse Population Genetic Algorithm for Real-valued Optimization
https://github.com/jbytecode/divpopga
Last synced: 5 months ago
JSON representation
Diverse Population Genetic Algorithm for Real-valued Optimization
- Host: GitHub
- URL: https://github.com/jbytecode/divpopga
- Owner: jbytecode
- License: mit
- Created: 2021-10-18T11:27:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T19:35:55.000Z (almost 4 years ago)
- Last Synced: 2025-03-23T22:27:27.468Z (10 months ago)
- Language: Julia
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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