[ summary] [ package list] [ test cases]
Tests | Errors | Failures | Success rate | Time(s) |
---|---|---|---|---|
14 | 0 | 6 | 57.14% | 34.62 |
Note: failuresare anticipated and checked for with assertions while errorsare unanticipated.
[ summary] [ package list] [ test cases]
Package | Tests | Errors | Failures | Success Rate | Time |
---|---|---|---|---|---|
yawn.envs.synthetic | 2 | 0 | 1 | 50.00% | 1.61 |
yawn.io.wrappers | 1 | 0 | 0 | 100.00% | 1.23 |
yawn.io.xml | 1 | 0 | 0 | 100.00% | 0.23 |
yawn.nn.appart | 1 | 0 | 1 | 0.00% | 2.20 |
yawn.nn.committee | 1 | 0 | 1 | 0.00% | 16.92 |
yawn.nn.fuzzyartmap | 1 | 0 | 1 | 0.00% | 0.39 |
yawn.nn.mlp | 1 | 0 | 1 | 0.00% | 0.47 |
yawn.optim.genetic | 1 | 0 | 1 | 0.00% | 11.55 |
yawn.util | 5 | 0 | 0 | 100.00% | 0.02 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
Class | Tests | Errors | Failures | Success Rate | Time | |
---|---|---|---|---|---|---|
CircleInTheSquareEnvironmentTest | 2 | 0 | 1 | 50.00% | 1.609 |
Class | Tests | Errors | Failures | Success Rate | Time | |
---|---|---|---|---|---|---|
GeneticParameterFitterTest | 1 | 0 | 1 | 0.00% | 11.547 |
[ summary] [ package list] [ test cases]
testGetTrainingDataset | 0.86 | |
testDatasetStats | 0.67 | |
Are the train and test sets output means similar?
|
testTrain | 16.91 | |
Prediction error `0.0831754706437498´ should be less than the required mark `0.08´.
|
testTrain | 0.47 | |
Prediction error `0.7205403016775016´ should be less than the required mark `0.08´.
|
testTrain | 11.53 | |
Prediction error `0.085´ should be less than the required mark `0.08´.
|
testDatasetStats | |
Are the train and test sets output means similar?
| |
junit.framework.AssertionFailedError: Are the train and test sets output means similar? at yawn.envs.synthetic.CircleInTheSquareEnvironmentTest.testDatasetStats(CircleInTheSquareEnvironmentTest.java:88)
|
testTrain | |
Prediction error `NaN´ should be less than the required mark `0.08´.
| |
junit.framework.AssertionFailedError: Prediction error `NaN´ should be less than the required mark `0.08´. at yawn.nn.AbstractCircleInTheSquareNetworkTest.testTrain(AbstractCircleInTheSquareNetworkTest.java:54)
|
testTrain | |
Prediction error `0.0831754706437498´ should be less than the required mark `0.08´.
| |
junit.framework.AssertionFailedError: Prediction error `0.0831754706437498´ should be less than the required mark `0.08´. at yawn.nn.AbstractCircleInTheSquareNetworkTest.testTrain(AbstractCircleInTheSquareNetworkTest.java:54)
|
testTrain | |
Prediction error `0.27´ should be less than the required mark `0.08´.
| |
junit.framework.AssertionFailedError: Prediction error `0.27´ should be less than the required mark `0.08´. at yawn.nn.AbstractCircleInTheSquareNetworkTest.testTrain(AbstractCircleInTheSquareNetworkTest.java:54)
|
testTrain | |
Prediction error `0.7205403016775016´ should be less than the required mark `0.08´.
| |
junit.framework.AssertionFailedError: Prediction error `0.7205403016775016´ should be less than the required mark `0.08´. at yawn.nn.AbstractCircleInTheSquareNetworkTest.testTrain(AbstractCircleInTheSquareNetworkTest.java:54)
|
testTrain | |
Prediction error `0.085´ should be less than the required mark `0.08´.
| |
junit.framework.AssertionFailedError: Prediction error `0.085´ should be less than the required mark `0.08´. at yawn.nn.AbstractCircleInTheSquareNetworkTest.testTrain(AbstractCircleInTheSquareNetworkTest.java:54)
|