Skip to content

Releases: salar-shdk/nia

v0.0.3

28 Dec 10:07
2a87fa0
Compare
Choose a tag to compare
Update setup.cfg

v0.0.2

21 Sep 18:50
bb0f1b9
Compare
Choose a tag to compare

ABC added

Supported Algorithms :
Genetic algorithm (GeneticAlgorithm)
Artificial Bee Colony (ArtificialBeeColony)
Particle Swarm Optimization (ParticleSwarmOptimization)

Supported Selection Operators :

Rank (Rank)
Tournament (Tournament)

Supported Cross Over Operators :

K-Point (KPoint)
SBX (SBX)
Random SBX (RandomSBX)

Supported Mutation Operators :

Uniform (Uniform)

v0.0.1

10 Sep 08:14
Compare
Choose a tag to compare

NIA First Release

Only Genetic algorithm and Particle Swarm Optimization are supported.
New algorithms will be added soon.