Skip to content

GroupForming Release-candidate

Compare
Choose a tag to compare
@falkecarlsen falkecarlsen released this 13 Dec 10:01

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