- The `__init__.py` file was missing in the `ant` module and has now been added.
0.0.3
Added
- Any Colony Optimization has been added (`solve_ant_colony` function in the API).
0.0.2
Added
- The Knapsack problem has been added (`solve_knapsack` function in the API). The available solution approaches include: brute force, dynamic programming, and greedy.