Skip to content

An implementation of SPEA2 genetic algorithm written in Rust.

License

Notifications You must be signed in to change notification settings

ArmoredPony/spea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What

This is an implementation of SPEA2 genetic algorithm for finding or approximating the Pareto-optimal set for multiobjective optimization problems. Written in Rust.

Roadmap:

  • test correctness of the library
  • parallelize the algorithm
  • stabilize the API
  • add more examples
  • write documentation and "howto"
  • publish on crates.io

This project is in pre-alpha stage. Although it is already capable of solving the simplest tasks of multi-purpose optimization, it should not be used in any projects yet.

About

An implementation of SPEA2 genetic algorithm written in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages