ViktorWase / Frank-the-Science-Bot

Frank is a bot that does science. He takes a dataset and forms hypothesises about mathematical constants (aka conservation laws) of the data. He then tests the hypothesis.
Apache License 2.0
2 stars 0 forks source link

Artificial Bee Colony #14

Closed ViktorWase closed 9 years ago

ViktorWase commented 9 years ago

Artificial Bee Colony is a sort of evolutionary algorithm. (The wiki page about it is really good) We should implement it (or something similar, machine learning really isn't my strong suit) to make sure that Frank doesn't get stuck in local maximas all the time.

ViktorWase commented 9 years ago

It's implemented in the artificialBeeColony.py file. (Shocker, I know.)