aitoa.load.result.from.log.file: Load the End Result from a Log File

Description Usage Arguments Value

View source: R/load_result_from_log_file.R

Description

Load the end result of a run from a log file.

Usage

1

Arguments

file

the file to load

Value

a list with the following fields:

file

the file from which the result was loaded

consumed.fes

the total number of consumed function evaluations

last.improvement.fe

the function evaluation where the last improvement took palce

consumed.time

the total consumed time in milliseconds

last.improvement.time

the time when the last improved solution was found

best.f

the objective value of the best solution found

best.y

the contents of the BEST_Y section, i.e., the string representation of the best solution found

best.x

if the BEST_X section is present, then its contents (otherwise this key is not present). If this key is present, then it holds the string representation of the internal encoding of the best solution found


thomasWeise/aitoaEvaluate documentation built on Dec. 6, 2020, 1:22 p.m.