| xegaAnyTimeResult | R Documentation |
Writes xega results after each iteration to a rds file.
xegaAnyTimeResult(
mlT,
pp,
ft,
lF,
allsolutions,
popStat,
evalFail,
GAconfiguration,
path
)
mlT |
Main loop timer function. |
pp |
Population. |
ft |
Fitness vector. |
lF |
Local function configuration. |
allsolutions |
Boolean. |
popStat |
Population statistics (mean, min, Q1, median, Q3, max, var, mad). |
evalFail |
Number of evaluation failures. |
GAconfiguration |
Configuration of the genetic algorithm. |
path |
File path. |
The file xegaAnyTimeResult.rds is overwritten
after each generation.
The function is intended to be used with the defaults
(xegaAnyTimeResult()).
Invisible 0.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.