#include <ider_evaluator.h>
Public Attributes | |
std::vector< std::vector < interval > > * | id_data |
std::vector< std::vector < interval > > * | d_cache |
std::vector< interval > * | grad_vec |
const std::vector< interval > * | x |
const model * | mod |
interval | mult |
interval | mult_trans |
unsigned int | child_n |
Definition at line 1275 of file ider_evaluator.h.
unsigned int coco::ider_eval_type::child_n |
children counter
Definition at line 1284 of file ider_evaluator.h.
std::vector<std::vector<interval> >* coco::ider_eval_type::d_cache |
interval derivative cache
Definition at line 1278 of file ider_evaluator.h.
std::vector<interval>* coco::ider_eval_type::grad_vec |
the interval gradient vector
Definition at line 1279 of file ider_evaluator.h.
std::vector<std::vector<interval> >* coco::ider_eval_type::id_data |
partial interval derivative data
Definition at line 1277 of file ider_evaluator.h.
const model* coco::ider_eval_type::mod |
the DAG
Definition at line 1281 of file ider_evaluator.h.
the current value on the path
Definition at line 1282 of file ider_evaluator.h.
transfer variable for mult
Definition at line 1283 of file ider_evaluator.h.
const std::vector<interval>* coco::ider_eval_type::x |
the evaluation box
Definition at line 1280 of file ider_evaluator.h.