updated include dependencies
This commit is contained in:
parent
6b0cfffe09
commit
40f5377cf1
21 changed files with 87 additions and 59 deletions
|
|
@ -247,8 +247,6 @@ class Const : public FunDef {
|
|||
}
|
||||
|
||||
Interval eval(const vector<Interval>& _, const vector<Interval>& inputs) const {
|
||||
// Profil/Bias seems to have a problem with 0 * inf when the Interval is exact zero (fpe)
|
||||
//if (value == 0.0) return Interval(-BiasEpsilon,BiasEpsilon);
|
||||
return Interval(value);
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue