- Install IntelliJ
- Clone the project fom Github using git
- Install the lombok plugin https://projectlombok.org/setup/intellij
- Enable 'Annotation processing' in Preferences > Build, Execution, Deployment > Compiler > Annotation Processors
- In the maven Tab on the right, hit refresh to download the dependencies
- Click on run
This project arises in the course of my bachelor thesis, which examines the behavior of genetic algorithms on the following geometric problem: We choose a certain amount of equally distributed one-dimensional sub-spaces of the two-dimensional space, all sharing the origin as one element. In one of those sub-spaces we place a treasure point and get a list of distances which are transferred into points with corresponding distances to the origin. Now the problem is:
How do we distribute these points to find treasures efficiently?