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

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

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 `