Added simplify and differentiation tests
This commit is contained in:
parent
89b76ab261
commit
72c8b3d1c5
4 changed files with 37 additions and 2 deletions
|
|
@ -102,7 +102,7 @@ int main() {
|
|||
cout << "****** Evaluation **********" << endl;
|
||||
|
||||
Dataset dataset;
|
||||
dataset.load_data("problem4.dat");
|
||||
dataset.load_data("test_data.txt");
|
||||
IntervalBoundsCheck check(dataset.input_minima(), dataset.input_maxima());
|
||||
ErrorMeasure measure(dataset, 0.90, ErrorMeasure::mean_squared_scaled);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue