launchScheduleEditor: Launches a graphical schedule editor
Description
Launches a graphical schedule editor for FrEAK schedules. A schedule contains the algorithm and simulation options for the desired evolutionary algorithm.
Usage
launchScheduleEditor(saveTo = "schedule.freak", load = NULL)
Arguments
saveTo
Name of the file the schedule is saved to
load
Name of an (optional) file that should be loaded to the editor
Warning
Editing schedules has to be finished by pressing the "Finish" button to obtain a file including the schedule. The observer "Result" and the view "R Return" - which are preselected - and a stopping criterion are necessary for the R interface to work.Details
Setting up a schedule consists of seven algorithm specific steps and two simulation specific steps.
To set up an evolutionary algorithm it is necessary to choose a search space, a fitness function, an optional genotype-mapper, an algorithm graph, a set of stopping criteria, a population model, and an initial population.
The simulation specific steps allow the user to choose views and observers (the necessary ones for the R interface are preselected, views depending on the FrEAK GUI are not supported). The last step consists of choosing batches (only one batch supported) and the number of independent runs.
A detailed instruction on how to set up schedules can be found in the User's Guide of FrEAK.