mp-interns / eratosthenes

Intelligent sieving of material candidates for the computationally budget-conscious
BSD 2-Clause "Simplified" License
0 stars 2 forks source link

inspyred #18

Open dwinston opened 9 years ago

dwinston commented 9 years ago

This is what @xhqu1981 is using for particle-swarm optimization.

repo: https://github.com/aarongarrett/inspyred/ docs: http://aarongarrett.github.io/inspyred/

It looks like it has example code for most of the algorithms we've been considering! (GA, annealing, ant colony, particle swarm)