diff --git a/README.md b/README.md index c4ae76d..6ee1f7d 100644 --- a/README.md +++ b/README.md @@ -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.