add description

This commit is contained in:
2026-02-08 23:09:37 +01:00
parent e71b14cdd0
commit 31ccc80aa4

View File

@@ -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.