- randomise - Variable in class org.licas.ai_solver.spec.GridProblemScript
-
If true, when rollback also randomise the order again for the next run
- RANDOMISE - Static variable in class org.licas.ai_solver.util.SolverConst
-
- randomiseHashtableOrder(HashMap) - Method in class org.licas.ai_solver.mediator.problem.GridProblemMediator
-
Randomise the order of the entries in the hashtable.
- randomiseNewSolutionOrder(CompoundSolution) - Method in class org.licas.ai_solver.model.comp.CompoundSolution
-
Randomise the order of any new solutions since the previous solution set and
return in a new compound solution.
- RANGETYPE - Static variable in class org.licas.ai_solver.util.SolverConst
-
- rangeValue - Variable in class org.licas.ai_solver.spec.ProblemScript
-
The value for considering scores as the same.
- RANGEVALUE - Static variable in class org.licas.ai_solver.util.SolverConst
-
- readData(String, String) - Method in class org.licas.ai_solver.mediator.problem.ProblemMediatorCentral
-
Read a data file of values suitable for the entropy grid.
- removeColumn(int) - Method in class org.licas.ai_solver.central.grid.GeneticGrid
-
Remove the specified column from the grid and return.
- removeDummyKeys(ArrayList<ArrayList<String>>) - Method in class org.licas.ai_solver.stat.ProcessResult
-
Remove any key in any group that starts with AiHeuristicConst.DUMMYKEY
.
- removeDuplicateGroups(ArrayList<ArrayList<String>>) - Method in class org.licas.ai_solver.stat.ProcessResult
-
Remove any duplicate groups of clusters.
- removeDuplicateNames(ArrayList<String>) - Static method in class org.licas.ai_solver.util.NameHandler
-
Remove any duplicate names in the list.
- removeRow(int) - Method in class org.licas.ai_solver.central.grid.GeneticGrid
-
Remove the specified row from the grid and return.
- removeSolution(String) - Method in class org.licas.ai_solver.model.SolutionContainer
-
Remove the specified solution from the list.
- REPEATORSTOP - Static variable in class org.licas.ai_solver.util.SolverConst
-
- replyToServices(TestSpec, Element) - Method in class org.licas.ai_solver.mediator.ProblemSolverMediator
-
Send the solution reply to any services on the serviceNames
list.
- resetForNextRun(HashMap) - Method in class org.licas.ai_solver.mediator.problem.GridProblemMediator
-
Reset the problem-solving structures for the next run.
- resetForNextRun(HashMap<String, ?>) - Method in class org.licas.ai_solver.mediator.problem.KnnProblemMediator
-
Reset the problem-solving structures for the next run.
- resetForNextRun(HashMap) - Method in class org.licas.ai_solver.mediator.problem.LinkProblemMediator
-
Reset the problem-solving structures for the next run.
- resetForNextRun(HashMap<String, ?>) - Method in class org.licas.ai_solver.mediator.problem.ProblemMediator
-
Reset the problem-solving structures for the next run.
- resetForNextRun(HashMap) - Method in class org.licas.ai_solver.mediator.problem.SearchProblemMediator
-
Reset the problem-solving structures for the next run.
- resetForNextRun(HashMap<String, ?>) - Method in class org.licas.ai_solver.mediator.problem.SomProblemMediator
-
Reset the problem-solving structures for the next run.
- resetRollbackCount() - Method in class org.licas.ai_solver.spec.test.GridTestSpec
-
Reset the number of times the solutions have been rolled back to 0.
- resetValues() - Method in class org.licas.ai_solver.central.grid.FrequencyGrid
-
Reset some values
- resetValues() - Method in class org.licas.ai_solver.mediator.problem.GridProblemMediator
-
Reset to starting values
- resetValues() - Method in class org.licas.ai_solver.mediator.problem.IterateMediatorCentral
-
Reset to starting values
- resetValues() - Method in class org.licas.ai_solver.mediator.problem.ProblemMediator
-
Reset to starting values
- resetValues() - Method in class org.licas.ai_solver.mediator.problem.ProblemMediatorCentral
-
Reset to starting values
- resetValues() - Method in class org.licas.ai_solver.spec.test.GridTestSpec
-
Reset the values
- resetValues() - Method in class org.licas.ai_solver.spec.test.TestSpec
-
Reset the values
- restorePreviousSolutionSet(boolean) - Method in class org.licas.ai_solver.mediator.problem.GridProblemMediator
-
Rollback to the previous solution set.
- result - Variable in class org.licas.ai_solver.eval.Evaluator
-
The problem solving result.
- result - Variable in class org.licas.ai_solver.mediator.problem.ProblemMediator
-
The current result
- Result - Class in org.licas.ai_solver.model.result
-
This is a base class for storing the result of applying a problem solver on the problem set.
- Result() - Constructor for class org.licas.ai_solver.model.result.Result
-
Create a new instance of Result.
- Result(String) - Constructor for class org.licas.ai_solver.model.result.Result
-
Create a new instance of Result.
- result - Variable in class org.licas.ai_solver.test.RunTests
-
The test result
- ResultFormatter - Class in org.licas.ai_solver.util
-
This can format result objects for text display.
- ResultFormatter() - Constructor for class org.licas.ai_solver.util.ResultFormatter
-
- resultsBetter - Variable in class org.licas.ai_solver.mediator.problem.IterateMediatorCentral
-
True if the current set of results are better than the previous set
- rollbackCount - Variable in class org.licas.ai_solver.spec.test.GridTestSpec
-
Count of the number of times the solutions have been rolled back.
- rollbacks - Variable in class org.licas.ai_solver.spec.GridTestRunsScript
-
Number of times to rollback to previous solution set if current not better
- ROLLBACKS - Static variable in class org.licas.ai_solver.util.SolverConst
-
- rollbacksAtMaximum() - Method in class org.licas.ai_solver.spec.test.GridTestSpec
-
Return true if the solutions have been rolled back by the maximum allowed
number of times.
- runTest() - Method in class org.licas.ai_solver.central.KNN
-
Run the knn algorithm test.
- runTest() - Method in class org.licas.ai_solver.central.SomNN
-
Run the SOM neural network test.
- RunTests - Class in org.licas.ai_solver.test
-
The main class for starting a set of problem-solving tests.
- RunTests(PasswordHandler) - Constructor for class org.licas.ai_solver.test.RunTests
-
Create a new instance of RunTests.
- runTestSet() - Method in interface org.licas.ai_solver.def.TestDef
-
Run a set of tests based on an already created script object and initialised
environment.
- runTestSet() - Method in class org.licas.ai_solver.test.GridTests
-
Run a set of tests based on an already created script object and initialised
environment.
- runTestSet() - Method in class org.licas.ai_solver.test.KnnTests
-
Run a set of tests based on an already created script object and initialised
environment.
- runTestSet() - Method in class org.licas.ai_solver.test.LinkTests
-
Run a set of tests based on an already created script object and initialised
environment.
- runTestSet() - Method in class org.licas.ai_solver.test.RunTests
-
Run a set of tests based on an already created script object and initialised
environment.
- runTestSet() - Method in class org.licas.ai_solver.test.SearchTests
-
Run a set of tests based on an already created script object and initialised
environment.
- runTestSet() - Method in class org.licas.ai_solver.test.SomTests
-
Run a set of tests based on an already created script object and initialised
environment.