jar

org.jamesframework : james-core

Maven & Gradle

Aug 12, 2016
1 usages
6 stars

james-core · The JAMES core module is part of the JAMES framework for discrete optimization using local search metaheuristics in Java. The core contains many general components for both problem specification and search application. It includes a wide range of generic optimization algorithms to solve the specified problems. Moreover, the core provides implementations of specific components for subset selection.

Table Of Contents

Latest Version

Download org.jamesframework : james-core JAR file - Latest Versions:

All Versions

Download org.jamesframework : james-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2
1.1
1.0
0.2
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window james-core-1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jamesframework.core.subset.algo.tabu

├─ org.jamesframework.core.subset.algo.tabu.IDBasedSubsetTabuMemory.class - [JAR]

org.jamesframework.core.subset

├─ org.jamesframework.core.subset.SubsetProblem.class - [JAR]

├─ org.jamesframework.core.subset.SubsetSolution.class - [JAR]

org.jamesframework.core.problems

├─ org.jamesframework.core.problems.GenericProblem.class - [JAR]

├─ org.jamesframework.core.problems.Problem.class - [JAR]

org.jamesframework.core.subset.neigh.adv

├─ org.jamesframework.core.subset.neigh.adv.DisjointMultiAdditionNeighbourhood.class - [JAR]

├─ org.jamesframework.core.subset.neigh.adv.DisjointMultiDeletionNeighbourhood.class - [JAR]

├─ org.jamesframework.core.subset.neigh.adv.DisjointMultiSwapNeighbourhood.class - [JAR]

├─ org.jamesframework.core.subset.neigh.adv.MultiAdditionNeighbourhood.class - [JAR]

├─ org.jamesframework.core.subset.neigh.adv.MultiDeletionNeighbourhood.class - [JAR]

├─ org.jamesframework.core.subset.neigh.adv.MultiSwapNeighbourhood.class - [JAR]

org.jamesframework.core.search.status

├─ org.jamesframework.core.search.status.SearchStatus.class - [JAR]

org.jamesframework.core.search

├─ org.jamesframework.core.search.LocalSearch.class - [JAR]

├─ org.jamesframework.core.search.MultiNeighbourhoodSearch.class - [JAR]

├─ org.jamesframework.core.search.NeighbourhoodSearch.class - [JAR]

├─ org.jamesframework.core.search.Search.class - [JAR]

├─ org.jamesframework.core.search.SingleNeighbourhoodSearch.class - [JAR]

org.jamesframework.core.search.listeners

├─ org.jamesframework.core.search.listeners.SearchListener.class - [JAR]

org.jamesframework.core.subset.validations

├─ org.jamesframework.core.subset.validations.SubsetValidation.class - [JAR]

org.jamesframework.core.problems.objectives.evaluations

├─ org.jamesframework.core.problems.objectives.evaluations.Evaluation.class - [JAR]

├─ org.jamesframework.core.problems.objectives.evaluations.PenalizedEvaluation.class - [JAR]

├─ org.jamesframework.core.problems.objectives.evaluations.SimpleEvaluation.class - [JAR]

org.jamesframework.core.subset.neigh

├─ org.jamesframework.core.subset.neigh.SingleAdditionNeighbourhood.class - [JAR]

├─ org.jamesframework.core.subset.neigh.SingleDeletionNeighbourhood.class - [JAR]

├─ org.jamesframework.core.subset.neigh.SinglePerturbationNeighbourhood.class - [JAR]

├─ org.jamesframework.core.subset.neigh.SingleSwapNeighbourhood.class - [JAR]

├─ org.jamesframework.core.subset.neigh.SubsetNeighbourhood.class - [JAR]

org.jamesframework.core.search.algo.exh

├─ org.jamesframework.core.search.algo.exh.ExhaustiveSearch.class - [JAR]

├─ org.jamesframework.core.search.algo.exh.SolutionIterator.class - [JAR]

org.jamesframework.core.subset.algo.exh

├─ org.jamesframework.core.subset.algo.exh.SubsetSolutionIterator.class - [JAR]

org.jamesframework.core.problems.sol

├─ org.jamesframework.core.problems.sol.RandomSolutionGenerator.class - [JAR]

├─ org.jamesframework.core.problems.sol.Solution.class - [JAR]

org.jamesframework.core.search.algo

├─ org.jamesframework.core.search.algo.BasicParallelSearch.class - [JAR]

├─ org.jamesframework.core.search.algo.MetropolisSearch.class - [JAR]

├─ org.jamesframework.core.search.algo.ParallelTempering.class - [JAR]

├─ org.jamesframework.core.search.algo.PipedLocalSearch.class - [JAR]

├─ org.jamesframework.core.search.algo.RandomDescent.class - [JAR]

├─ org.jamesframework.core.search.algo.RandomSearch.class - [JAR]

├─ org.jamesframework.core.search.algo.SteepestDescent.class - [JAR]

org.jamesframework.core.util

├─ org.jamesframework.core.util.FastLimitedQueue.class - [JAR]

├─ org.jamesframework.core.util.JamesConstants.class - [JAR]

├─ org.jamesframework.core.util.RouletteSelector.class - [JAR]

├─ org.jamesframework.core.util.SetUtilities.class - [JAR]

├─ org.jamesframework.core.util.SubsetIterator.class - [JAR]

org.jamesframework.core.problems.datatypes

├─ org.jamesframework.core.problems.datatypes.IntegerIdentifiedData.class - [JAR]

org.jamesframework.core.subset.algo

├─ org.jamesframework.core.subset.algo.LRSubsetSearch.class - [JAR]

org.jamesframework.core.subset.neigh.moves

├─ org.jamesframework.core.subset.neigh.moves.AbstractSubsetMove.class - [JAR]

├─ org.jamesframework.core.subset.neigh.moves.AdditionMove.class - [JAR]

├─ org.jamesframework.core.subset.neigh.moves.DeletionMove.class - [JAR]

├─ org.jamesframework.core.subset.neigh.moves.GeneralSubsetMove.class - [JAR]

├─ org.jamesframework.core.subset.neigh.moves.SubsetMove.class - [JAR]

├─ org.jamesframework.core.subset.neigh.moves.SwapMove.class - [JAR]

org.jamesframework.core.search.stopcriteria

├─ org.jamesframework.core.search.stopcriteria.MaxRuntime.class - [JAR]

├─ org.jamesframework.core.search.stopcriteria.MaxSteps.class - [JAR]

├─ org.jamesframework.core.search.stopcriteria.MaxStepsWithoutImprovement.class - [JAR]

├─ org.jamesframework.core.search.stopcriteria.MaxTimeWithoutImprovement.class - [JAR]

├─ org.jamesframework.core.search.stopcriteria.MinDelta.class - [JAR]

├─ org.jamesframework.core.search.stopcriteria.StopCriterion.class - [JAR]

├─ org.jamesframework.core.search.stopcriteria.StopCriterionChecker.class - [JAR]

org.jamesframework.core.problems.constraints

├─ org.jamesframework.core.problems.constraints.Constraint.class - [JAR]

├─ org.jamesframework.core.problems.constraints.PenalizingConstraint.class - [JAR]

org.jamesframework.core.exceptions

├─ org.jamesframework.core.exceptions.IncompatibleDeltaEvaluationException.class - [JAR]

├─ org.jamesframework.core.exceptions.IncompatibleDeltaValidationException.class - [JAR]

├─ org.jamesframework.core.exceptions.IncompatibleSearchListenerException.class - [JAR]

├─ org.jamesframework.core.exceptions.IncompatibleStopCriterionException.class - [JAR]

├─ org.jamesframework.core.exceptions.IncompatibleTabuMemoryException.class - [JAR]

├─ org.jamesframework.core.exceptions.JamesRuntimeException.class - [JAR]

├─ org.jamesframework.core.exceptions.SearchException.class - [JAR]

├─ org.jamesframework.core.exceptions.SolutionCopyException.class - [JAR]

├─ org.jamesframework.core.exceptions.SolutionModificationException.class - [JAR]

org.jamesframework.core.search.cache

├─ org.jamesframework.core.search.cache.EvaluatedMoveCache.class - [JAR]

├─ org.jamesframework.core.search.cache.SingleEvaluatedMoveCache.class - [JAR]

org.jamesframework.core.factory

├─ org.jamesframework.core.factory.LocalSearchFactory.class - [JAR]

├─ org.jamesframework.core.factory.MetropolisSearchFactory.class - [JAR]

├─ org.jamesframework.core.factory.SearchFactory.class - [JAR]

org.jamesframework.core.search.algo.vns

├─ org.jamesframework.core.search.algo.vns.ReducedVariableNeighbourhoodSearch.class - [JAR]

├─ org.jamesframework.core.search.algo.vns.VariableNeighbourhoodDescent.class - [JAR]

├─ org.jamesframework.core.search.algo.vns.VariableNeighbourhoodSearch.class - [JAR]

org.jamesframework.core.problems.constraints.validations

├─ org.jamesframework.core.problems.constraints.validations.PenalizingValidation.class - [JAR]

├─ org.jamesframework.core.problems.constraints.validations.SimplePenalizingValidation.class - [JAR]

├─ org.jamesframework.core.problems.constraints.validations.SimpleValidation.class - [JAR]

├─ org.jamesframework.core.problems.constraints.validations.UnanimousValidation.class - [JAR]

├─ org.jamesframework.core.problems.constraints.validations.Validation.class - [JAR]

org.jamesframework.core.search.algo.tabu

├─ org.jamesframework.core.search.algo.tabu.FullTabuMemory.class - [JAR]

├─ org.jamesframework.core.search.algo.tabu.TabuMemory.class - [JAR]

├─ org.jamesframework.core.search.algo.tabu.TabuSearch.class - [JAR]

org.jamesframework.core.problems.objectives

├─ org.jamesframework.core.problems.objectives.Objective.class - [JAR]

org.jamesframework.core.search.neigh

├─ org.jamesframework.core.search.neigh.Move.class - [JAR]

├─ org.jamesframework.core.search.neigh.Neighbourhood.class - [JAR]