executeSchedule: Executes a FrEAK schedule

Description Usage Arguments Value Warning Author(s) See Also Examples

View source: R/functions.r

Description

Executes a schedule created by the FrEAK schedule editor and returns a summary of the result.

Usage

1
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.

Author(s)

Robin Nunkesser Robin.Nunkesser@hshl.de

See Also

launchScheduleEditor, "FreakReturn"

Examples

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

# Execute the set up schedule. 
executeSchedule()

## End(Not run)

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