file-chooser for saving the kicker schedule
finished player evaluation
shorter code, started player evaluation
auto-fit cells, vertical first row
first version of Excel file generation
first version of Excel file generation
removed old artifacts
force unique player names
maven directory structure
renaming src directory for Maven
template for excel plan generator
input player names
InputManager class
InputManager class
code formating
little changes for graphics
improved output
improved output and variable names
adding local search steps for iterative algorithm
improved combination of cost functions
IterativeLexicographicHillClimbing algorithm
swapped hierarchical cost functions in Lexicogr...
everything in English
fixed problems with input scanner
fixed ConcurrentModificationException
log to System.out instead of System.err
use 1-line log format
use java.util.logging
Monte Carlo algorithm
package and abstract superclass for master algo...
generate players in Controller
moved minimalCost to CostFunctionType
use an array of CostFunctionTypes for each Opti...
more generic comparison of solutions
fixed comparison of minimal cost
fixed lexicographic cost functions
improved output
use CostFunctionType values for output
determine Neighborhood classes with Optimizatio...
added final modifers
introduced CostFunctionType
prepared emphasized output of solution cost values
Apache's commons-lang library
determine InitialSolutionGenerator from Abstrac...
determine InitialSolutionGenerator from Abstrac...
introduced abstract class LexicographicHillClim...
constant for local search algorithm to use
GamesPermutator instead of method in Solution c...
introduces LocalSearchController to prepare Mon...
new randomized algorithm for generating initial...
new folders for documentation
Berechnung der Komplexität
Berechnung der Komplexität
removed code duplication by forwarding method call
removed code duplication by forwarding method call
deactivated debug output
only allow even exponents for deviations
changed redundant attribute
improved costValuesToString()
remove selected neighbors from neighborhoods
moved call of newSolutionWithShuffledGames() ou...
removed unused code
more reasonable indices
simplified UnhandledEnumValueException constructor
normalized cost functions
normalized cost functions
new cost function, improved MathHelper
removed redundant condition check
take variance of logarithmic game index differe...
added .classpath, .project, .class to ignore list
converted to utf8 and Linux line endings
permutate table positions of initial solutions
permutate table positions of initial solutions
turn off LPs by default
ignoring binaries
improved readme
missing file
initial commit