getEvalHistory: Evaluate the objective function.

Description Usage Arguments Value

Description

Recover a previous evaluation from the log file. If logging was disabled through configureBBComp or if the log file is removed or corrupted then this function will fail.

Usage

1
getEvalHistory(indices)

Arguments

indices

[integer(n)]
Time indices of the evaluations. If T queries to evaluate were already made then these can be any number in the range 0 to T-1. NOTE THAT THEREFORE AN INDEX IS ZERO-BASED UNLIKE USUALLY IN R!

Value

[matrix(n, d+1)]. Matrix of evaluations. Each row is one point plus its objective value in the last column.


berndbischl/bbcompr documentation built on May 12, 2019, 4:28 p.m.