public class SolversTest
extends junit.framework.TestCase
| Constructor and Description |
|---|
SolversTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
void |
testLPAvgSolver() |
void |
testLPDiscounted() |
void |
testModifiedPolicyIteration() |
void |
testMPSAvgXpress() |
void |
testMPSQsAverage() |
void |
testMPSQsDiscounted() |
void |
testMPSXpressDisc() |
void |
testMPSXpressDiscountedNoPath() |
void |
testPolicyIteration() |
void |
testRelativeValueIterSolver() |
void |
testValueIteration() |
countTestCases, getName, run, run, runBare, setName, toStringassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, formatpublic void testValueIteration()
throws java.lang.Exception
java.lang.Exceptionpublic void testPolicyIteration()
throws java.lang.Exception
java.lang.Exceptionpublic void testModifiedPolicyIteration()
throws java.lang.Exception
java.lang.Exceptionpublic void testRelativeValueIterSolver()
throws java.lang.Exception
java.lang.Exceptionpublic void testMPSQsDiscounted()
throws java.lang.Exception
java.lang.Exceptionpublic void testMPSQsAverage()
throws java.lang.Exception
java.lang.Exceptionpublic void testLPDiscounted()
throws java.lang.Exception
java.lang.Exceptionpublic void testLPAvgSolver()
throws java.lang.Exception
java.lang.Exceptionpublic void testMPSXpressDisc()
throws java.lang.Exception
java.lang.Exceptionpublic void testMPSAvgXpress()
throws java.lang.Exception
java.lang.Exceptionpublic void testMPSXpressDiscountedNoPath()
throws java.lang.Exception
java.lang.Exceptionpublic static void main(java.lang.String[] args)
args -