Skip to content

GroupForming Alpha-release

Pre-release
Pre-release
Compare
Choose a tag to compare
@falkecarlsen falkecarlsen released this 05 Dec 16:34
· 183 commits to master since this release

notable words

whenever the compiler says nothing, it's good news

features

  • reads in criteria and persons from config-file
  • successfully applies genetic algorithm and underlying fitness-function to improve group composition
  • implemented interactive dialogue with user for:
    • configuring parameters to genetic algorithm
    • viewing generated groups
    • and more**
  • not *nix compatible due to windows.h dependency

usage

  1. write config-file accordign to config-file syntax
    1.1 or use included datafile.txt for testing
  2. compile for your enviroment
  3. run compiled binary ./program or program.exe

documentation

config-file syntax

TODO