launchScheduleEditor: Launches a graphical schedule editor

Description Usage Arguments Details Warning Author(s) References See Also Examples

View source: R/functions.r

Description

Launches a graphical schedule editor for FrEAK schedules. A schedule contains the algorithm and simulation options for the desired evolutionary algorithm.

Usage

1
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

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.

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.

Author(s)

Robin Nunkesser Robin.Nunkesser@hshl.de

References

FrEAK User's Guide:

http://ls2-www.cs.uni-dortmund.de/~nunkesser/software/usersguide.pdf

See Also

executeSchedule

Examples

1
2
3
4
5
## Not run: 	
# Start the schedule editor and set up a schedule
launchScheduleEditor()

## End(Not run)

RFreak documentation built on May 1, 2019, 10:53 p.m.