Skip to content

Online supplement to "A genetic algorithm for fair land allocation"

License

Notifications You must be signed in to change notification settings

mrpritt/fairlandallocation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online supplement to "A genetic algorithm for fair land allocation"

This repository contains instances, experimental data, and code for the paper Gliesch, Ritt, Moreira, A genetic algorithm for fair land allocation, Proc. GECCO 2017, 793-800.

Tables

In subdirectory data you can find the following supplementary data to the results presented in the paper:

Instance generator

The instance generator is in the subdirectory instances/instance-generator. You need the Boost libraries to compile. If they're installed, use

cd instances/instance-generator; make -j

to build it.

Source code

The code is contained in the subdirectory src. You need the Boost libraries to compile. To build:

cd src; make -j

How to cite

@InProceedings{Gliesch.etal/2017,
  author =    {Alex Gliesch and Marcus Ritt and Mayron C. O. Moreira},
  title =     {A genetic algorithm for fair land allocation},
  booktitle = {Proc. 19th Conf. Genetic Evol. Comput.},
  editor =    {Peter A. Bosnan},
  crossref =  {gecco2017},
  year =      {2017},
  pages =     {793--800},
  address =   {Berlin},
  publisher = {ACM Press},
  doi =       {10.1145/3071178.3071313},
  isbn =      {9781450349208}
}

About

Online supplement to "A genetic algorithm for fair land allocation"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages