Description Usage Arguments Value
View source: R/defaultDebugRBF.R
Optional visualization of surrogate models for 2-dimensional problems, d=2.
1 | debugVisualizeRBF(cobra, fitnessSurrogate, A, Fres)
|
fitnessSurrogate |
The surrogate model for the objective function |
A |
The whole population of solutions which is a matrix of n times d, where n is the number of solutions and d is the dimension of problem, here d=2 |
Fres |
The objective value on the evaluated solutions |
|
parameter list, we need here
|
cobra
, an object of class COBRA, with modified items:
|
True objective values of the evaluated points used for viusalization |
|
A vector of values 0: for infeasible evaluated points or 1: for feasible points. |
|
This function is called only if cobra$DEBUG_RBF$active==T. An assertion fires if cobra$dimension!=2 or if cobra$rescale==F.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.