https://github.com/mbouzid/ea-aos
An adaptive operator selection through a dynamic island model
https://github.com/mbouzid/ea-aos
aos dynamic-island-model evolutionary-algorithm tsp-solver
Last synced: 2 months ago
JSON representation
An adaptive operator selection through a dynamic island model
- Host: GitHub
- URL: https://github.com/mbouzid/ea-aos
- Owner: mbouzid
- Created: 2018-09-06T08:39:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T14:32:24.000Z (over 6 years ago)
- Last Synced: 2024-10-06T04:04:29.389Z (8 months ago)
- Topics: aos, dynamic-island-model, evolutionary-algorithm, tsp-solver
- Language: C++
- Homepage:
- Size: 1.52 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ea-aos
Adaptive Operator Selection w/ Dynamic Island Model
# Installation
`make && make clean`
# Usage
` ./bin/main --tsp --out `
## Options
```
--sz [defaut: 10]
--it [defaut: 100]
--pmin [defaut: 0.10]
--pc [defaut: 1.0]
--pm [defaut: 1.0]
--alpha [defaut: 0.85]
--beta [defaut: 0.01]
```## Example
` ./bin/main --tsp a280.tsp --out a280.out --sz 15 --it 100`
## Draw a fitness/population size of each island graphic
`./bin/main`
` Rscript compo.R fitness_fct_size.csv `