Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jbytecode/divpopga
- Owner: jbytecode
- License: mit
- Created: 2021-10-18T11:27:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T19:35:55.000Z (almost 3 years ago)
- Last Synced: 2024-10-15T16:57:11.112Z (2 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