abc 0.1.2

An implementation of Karaboga's Artificial Bee Colony algorithm.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
0.1.2 / 2016/03/25
==================

  * prevent workers from working on solutions that are being scouted
  * add a bunch of comments

0.1.1 / 2016-03-24
==================

  * make license in Cargo.toml clearer
  * fix bug where solution builder lock would be held too long
  * prevent observers from working on solutions that are being scouted

0.1.0 / 2016-03-23
==================

  * initial release