executeSchedule: Executes a FrEAK schedule
Description
Executes a schedule created by the FrEAK schedule editor and returns a summary of the result.
Usage
executeSchedule(freakfile = "schedule.freak")
Arguments
freakfile
File containing the schedule to be executed
Value
Returns an object of class FreakReturn enwrapping a data.frame in its only slot summary containing information about the last population of the executed schedule.
For each individual in the last population the following information is contained:
- run
- The run the individual was found in
- generation
- The generation the individual was created in
- objective value(s)
- The objective value(s) as returned by the fitness function
- individual
- A string representation of the individual
Warning
To obtain a result, the schedule needs to have a stopping criterion and the observer "Result" and the view "R Return" which are automatically preselected when using launchScheduleEditor.