- union(String, Object, Object) - Method in class org.licas.ai_solver.eval.EvaluateSolverData
-
Union of the object values.
- union(BagOfWords, BagOfWords) - Method in class org.licas.ai_solver.eval.EvaluateSolverData
-
This is the union of the two structures.
- union(MetaBagOfWords, MetaBagOfWords) - Method in class org.licas.ai_solver.eval.EvaluateSolverData
-
This is the union of the two structures.
- updateDecrementWeight(float, int, int) - Method in class org.licas.ai_solver.learn.LearnWeights
-
Adjust the decrement weight value based on the previous number
of sources moved up or down.
- updateDecrementWeight1(float, int, int) - Method in class org.licas.ai_solver.learn.LearnWeights
-
Adjust the decrement weight value based on the previous number
of sources moved up or down - version 1 considers only these update values.
- updateDecrementWeight2(float, int, int) - Method in class org.licas.ai_solver.learn.LearnWeights
-
Adjust the decrement weight value based on the previous number
of sources moved up or down - version 2 also considers last update values.
- updateIncrementWeight(float, int, int) - Method in class org.licas.ai_solver.learn.LearnWeights
-
Adjust the increment weight value based on the previous number
of sources moved up or down.
- updateIncrementWeight1(float, int, int) - Method in class org.licas.ai_solver.learn.LearnWeights
-
Adjust the increment weight value based on the previous number
of sources moved up or down - version 1 considers only these update values.
- updateIncrementWeight2(float, int, int) - Method in class org.licas.ai_solver.learn.LearnWeights
-
Adjust the increment weight value based on the previous number
of sources moved up or down - version 2 also considers last update values.
- updateSolutions(Result) - Method in interface org.licas.ai_solver.def.IterateMediatorDef
-
This can be used to combine existing solutions to evolve new ones.
- updateSolutions(Result) - Method in class org.licas.ai_solver.mediator.problem.GeneticGridProblemMediator
-
This can be used to combine existing solutions to evolve new ones.
- updateSolutions(Result) - Method in class org.licas.ai_solver.mediator.problem.SearchProblemMediator
-
This can be used to combine existing solutions to evolve or expand new ones.
- updateSolutions(Result) - Method in class org.licas.ai_solver.mediator.problem.SingleGridProblemMediator
-
This can be used to combine existing solutions to evolve new ones.
- upper - Variable in class org.licas.ai_solver.model.EvalBounds
-
Upper bound on the evaluation
- upperValue() - Method in class org.licas.ai_solver.model.EvalBounds
-
Get the upper value object, not the ReplySet
wrapper.
- useFractions() - Method in class org.licas.ai_solver.model.genetic.genes.EvolveInfo
-
If true use the specified fractions to evolve with.