add description
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# it3708 - bio-inspired artificial intelligence
|
||||
|
||||
## what is this?
|
||||
|
||||
there are two parts of the assignment:
|
||||
1. solving a binary knapsack problem (data given in `res/knapPI_12_500_1000_82.csv`)
|
||||
2. solving a feature selection problem (data given in `res/dataset.csv`)
|
||||
|
||||
i built this genetic algorithm library for doing so. there is a report (assignment hand-in) in `report/` detailing methods used and results of my solving the problems.
|
||||
|
||||
## assignment 1
|
||||
|
||||
this project is written in [odin](https://odin-lang.org/) and [uiua](https://www.uiua.org/) ([uiua-plot](https://github.com/Omnikar/uiua-plot)) with [nix](https://nixos.org/) for dependency management.
|
||||
|
||||
Reference in New Issue
Block a user