All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download james-core JAR 1.2 with all dependencies


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.

Files of the artifact james-core version 1.2 from the group org.jamesframework.

Artifact james-core
Group org.jamesframework
Version 1.2
Last update 12. August 2016
Tags: generic using range both specific implementations contains includes metaheuristics subset solve search algorithms module application problems moreover provides optimization problem wide framework selection general many james discrete specified specification core java components local part
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of james-core Show documentation

Please rate this JAR file. Is it a good library?

1 downloads

Source code of james-core version 1.2

META-INF
META-INF.META-INF.LICENSE
META-INF.META-INF.MANIFEST.MF
META-INF.META-INF.NOTICE
org.jamesframework.core.exceptions
org.jamesframework.core.exceptions.org.jamesframework.core.exceptions.IncompatibleDeltaEvaluationException
org.jamesframework.core.exceptions.org.jamesframework.core.exceptions.IncompatibleDeltaValidationException
org.jamesframework.core.exceptions.org.jamesframework.core.exceptions.IncompatibleSearchListenerException
org.jamesframework.core.exceptions.org.jamesframework.core.exceptions.IncompatibleStopCriterionException
org.jamesframework.core.exceptions.org.jamesframework.core.exceptions.IncompatibleTabuMemoryException
org.jamesframework.core.exceptions.org.jamesframework.core.exceptions.JamesRuntimeException
org.jamesframework.core.exceptions.org.jamesframework.core.exceptions.SearchException
org.jamesframework.core.exceptions.org.jamesframework.core.exceptions.SolutionCopyException
org.jamesframework.core.exceptions.org.jamesframework.core.exceptions.SolutionModificationException
org.jamesframework.core.exceptions.org.jamesframework.core.exceptions.package-info
org.jamesframework.core.factory
org.jamesframework.core.factory.org.jamesframework.core.factory.LocalSearchFactory
org.jamesframework.core.factory.org.jamesframework.core.factory.MetropolisSearchFactory
org.jamesframework.core.factory.org.jamesframework.core.factory.SearchFactory
org.jamesframework.core.factory.org.jamesframework.core.factory.package-info
org.jamesframework.core.problems
org.jamesframework.core.problems.org.jamesframework.core.problems.GenericProblem
org.jamesframework.core.problems.org.jamesframework.core.problems.Problem
org.jamesframework.core.problems.constraints
org.jamesframework.core.problems.constraints.org.jamesframework.core.problems.constraints.Constraint
org.jamesframework.core.problems.constraints.org.jamesframework.core.problems.constraints.PenalizingConstraint
org.jamesframework.core.problems.constraints.org.jamesframework.core.problems.constraints.package-info
org.jamesframework.core.problems.constraints.validations
org.jamesframework.core.problems.constraints.validations.org.jamesframework.core.problems.constraints.validations.PenalizingValidation
org.jamesframework.core.problems.constraints.validations.org.jamesframework.core.problems.constraints.validations.SimplePenalizingValidation
org.jamesframework.core.problems.constraints.validations.org.jamesframework.core.problems.constraints.validations.SimpleValidation
org.jamesframework.core.problems.constraints.validations.org.jamesframework.core.problems.constraints.validations.UnanimousValidation
org.jamesframework.core.problems.constraints.validations.org.jamesframework.core.problems.constraints.validations.Validation
org.jamesframework.core.problems.constraints.validations.org.jamesframework.core.problems.constraints.validations.package-info
org.jamesframework.core.problems.datatypes
org.jamesframework.core.problems.datatypes.org.jamesframework.core.problems.datatypes.IntegerIdentifiedData
org.jamesframework.core.problems.datatypes.org.jamesframework.core.problems.datatypes.package-info
org.jamesframework.core.problems.objectives
org.jamesframework.core.problems.objectives.org.jamesframework.core.problems.objectives.Objective
org.jamesframework.core.problems.objectives.evaluations
org.jamesframework.core.problems.objectives.evaluations.org.jamesframework.core.problems.objectives.evaluations.Evaluation
org.jamesframework.core.problems.objectives.evaluations.org.jamesframework.core.problems.objectives.evaluations.PenalizedEvaluation
org.jamesframework.core.problems.objectives.evaluations.org.jamesframework.core.problems.objectives.evaluations.SimpleEvaluation
org.jamesframework.core.problems.objectives.evaluations.org.jamesframework.core.problems.objectives.evaluations.package-info
org.jamesframework.core.problems.objectives
org.jamesframework.core.problems.objectives.org.jamesframework.core.problems.objectives.package-info
org.jamesframework.core.problems
org.jamesframework.core.problems.org.jamesframework.core.problems.package-info
org.jamesframework.core.problems.sol
org.jamesframework.core.problems.sol.org.jamesframework.core.problems.sol.RandomSolutionGenerator
org.jamesframework.core.problems.sol.org.jamesframework.core.problems.sol.Solution
org.jamesframework.core.problems.sol.org.jamesframework.core.problems.sol.package-info
org.jamesframework.core.search
org.jamesframework.core.search.org.jamesframework.core.search.LocalSearch
org.jamesframework.core.search.org.jamesframework.core.search.MultiNeighbourhoodSearch
org.jamesframework.core.search.org.jamesframework.core.search.NeighbourhoodSearch
org.jamesframework.core.search.org.jamesframework.core.search.Search
org.jamesframework.core.search.org.jamesframework.core.search.SingleNeighbourhoodSearch
org.jamesframework.core.search.algo
org.jamesframework.core.search.algo.org.jamesframework.core.search.algo.BasicParallelSearch
org.jamesframework.core.search.algo.org.jamesframework.core.search.algo.MetropolisSearch
org.jamesframework.core.search.algo.org.jamesframework.core.search.algo.ParallelTempering
org.jamesframework.core.search.algo.org.jamesframework.core.search.algo.PipedLocalSearch
org.jamesframework.core.search.algo.org.jamesframework.core.search.algo.RandomDescent
org.jamesframework.core.search.algo.org.jamesframework.core.search.algo.RandomSearch
org.jamesframework.core.search.algo.org.jamesframework.core.search.algo.SteepestDescent
org.jamesframework.core.search.algo.exh
org.jamesframework.core.search.algo.exh.org.jamesframework.core.search.algo.exh.ExhaustiveSearch
org.jamesframework.core.search.algo.exh.org.jamesframework.core.search.algo.exh.SolutionIterator
org.jamesframework.core.search.algo.exh.org.jamesframework.core.search.algo.exh.package-info
org.jamesframework.core.search.algo
org.jamesframework.core.search.algo.org.jamesframework.core.search.algo.package-info
org.jamesframework.core.search.algo.tabu
org.jamesframework.core.search.algo.tabu.org.jamesframework.core.search.algo.tabu.FullTabuMemory
org.jamesframework.core.search.algo.tabu.org.jamesframework.core.search.algo.tabu.TabuMemory
org.jamesframework.core.search.algo.tabu.org.jamesframework.core.search.algo.tabu.TabuSearch
org.jamesframework.core.search.algo.tabu.org.jamesframework.core.search.algo.tabu.package-info
org.jamesframework.core.search.algo.vns
org.jamesframework.core.search.algo.vns.org.jamesframework.core.search.algo.vns.ReducedVariableNeighbourhoodSearch
org.jamesframework.core.search.algo.vns.org.jamesframework.core.search.algo.vns.VariableNeighbourhoodDescent
org.jamesframework.core.search.algo.vns.org.jamesframework.core.search.algo.vns.VariableNeighbourhoodSearch
org.jamesframework.core.search.algo.vns.org.jamesframework.core.search.algo.vns.package-info
org.jamesframework.core.search.cache
org.jamesframework.core.search.cache.org.jamesframework.core.search.cache.EvaluatedMoveCache
org.jamesframework.core.search.cache.org.jamesframework.core.search.cache.SingleEvaluatedMoveCache
org.jamesframework.core.search.cache.org.jamesframework.core.search.cache.package-info
org.jamesframework.core.search.listeners
org.jamesframework.core.search.listeners.org.jamesframework.core.search.listeners.SearchListener
org.jamesframework.core.search.listeners.org.jamesframework.core.search.listeners.package-info
org.jamesframework.core.search.neigh
org.jamesframework.core.search.neigh.org.jamesframework.core.search.neigh.Move
org.jamesframework.core.search.neigh.org.jamesframework.core.search.neigh.Neighbourhood
org.jamesframework.core.search.neigh.org.jamesframework.core.search.neigh.package-info
org.jamesframework.core.search
org.jamesframework.core.search.org.jamesframework.core.search.package-info
org.jamesframework.core.search.status
org.jamesframework.core.search.status.org.jamesframework.core.search.status.SearchStatus
org.jamesframework.core.search.status.org.jamesframework.core.search.status.package-info
org.jamesframework.core.search.stopcriteria
org.jamesframework.core.search.stopcriteria.org.jamesframework.core.search.stopcriteria.MaxRuntime
org.jamesframework.core.search.stopcriteria.org.jamesframework.core.search.stopcriteria.MaxSteps
org.jamesframework.core.search.stopcriteria.org.jamesframework.core.search.stopcriteria.MaxStepsWithoutImprovement
org.jamesframework.core.search.stopcriteria.org.jamesframework.core.search.stopcriteria.MaxTimeWithoutImprovement
org.jamesframework.core.search.stopcriteria.org.jamesframework.core.search.stopcriteria.MinDelta
org.jamesframework.core.search.stopcriteria.org.jamesframework.core.search.stopcriteria.StopCriterion
org.jamesframework.core.search.stopcriteria.org.jamesframework.core.search.stopcriteria.StopCriterionChecker
org.jamesframework.core.search.stopcriteria.org.jamesframework.core.search.stopcriteria.package-info
org.jamesframework.core.subset
org.jamesframework.core.subset.org.jamesframework.core.subset.SubsetProblem
org.jamesframework.core.subset.org.jamesframework.core.subset.SubsetSolution
org.jamesframework.core.subset.algo
org.jamesframework.core.subset.algo.org.jamesframework.core.subset.algo.LRSubsetSearch
org.jamesframework.core.subset.algo.exh
org.jamesframework.core.subset.algo.exh.org.jamesframework.core.subset.algo.exh.SubsetSolutionIterator
org.jamesframework.core.subset.algo.exh.org.jamesframework.core.subset.algo.exh.package-info
org.jamesframework.core.subset.algo
org.jamesframework.core.subset.algo.org.jamesframework.core.subset.algo.package-info
org.jamesframework.core.subset.algo.tabu
org.jamesframework.core.subset.algo.tabu.org.jamesframework.core.subset.algo.tabu.IDBasedSubsetTabuMemory
org.jamesframework.core.subset.algo.tabu.org.jamesframework.core.subset.algo.tabu.package-info
org.jamesframework.core.subset.neigh
org.jamesframework.core.subset.neigh.org.jamesframework.core.subset.neigh.SingleAdditionNeighbourhood
org.jamesframework.core.subset.neigh.org.jamesframework.core.subset.neigh.SingleDeletionNeighbourhood
org.jamesframework.core.subset.neigh.org.jamesframework.core.subset.neigh.SinglePerturbationNeighbourhood
org.jamesframework.core.subset.neigh.org.jamesframework.core.subset.neigh.SingleSwapNeighbourhood
org.jamesframework.core.subset.neigh.org.jamesframework.core.subset.neigh.SubsetNeighbourhood
org.jamesframework.core.subset.neigh.adv
org.jamesframework.core.subset.neigh.adv.org.jamesframework.core.subset.neigh.adv.DisjointMultiAdditionNeighbourhood
org.jamesframework.core.subset.neigh.adv.org.jamesframework.core.subset.neigh.adv.DisjointMultiDeletionNeighbourhood
org.jamesframework.core.subset.neigh.adv.org.jamesframework.core.subset.neigh.adv.DisjointMultiSwapNeighbourhood
org.jamesframework.core.subset.neigh.adv.org.jamesframework.core.subset.neigh.adv.MultiAdditionNeighbourhood
org.jamesframework.core.subset.neigh.adv.org.jamesframework.core.subset.neigh.adv.MultiDeletionNeighbourhood
org.jamesframework.core.subset.neigh.adv.org.jamesframework.core.subset.neigh.adv.MultiSwapNeighbourhood
org.jamesframework.core.subset.neigh.adv.org.jamesframework.core.subset.neigh.adv.package-info
org.jamesframework.core.subset.neigh.moves
org.jamesframework.core.subset.neigh.moves.org.jamesframework.core.subset.neigh.moves.AbstractSubsetMove
org.jamesframework.core.subset.neigh.moves.org.jamesframework.core.subset.neigh.moves.AdditionMove
org.jamesframework.core.subset.neigh.moves.org.jamesframework.core.subset.neigh.moves.DeletionMove
org.jamesframework.core.subset.neigh.moves.org.jamesframework.core.subset.neigh.moves.GeneralSubsetMove
org.jamesframework.core.subset.neigh.moves.org.jamesframework.core.subset.neigh.moves.SubsetMove
org.jamesframework.core.subset.neigh.moves.org.jamesframework.core.subset.neigh.moves.SwapMove
org.jamesframework.core.subset.neigh.moves.org.jamesframework.core.subset.neigh.moves.package-info
org.jamesframework.core.subset.neigh
org.jamesframework.core.subset.neigh.org.jamesframework.core.subset.neigh.package-info
org.jamesframework.core.subset
org.jamesframework.core.subset.org.jamesframework.core.subset.package-info
org.jamesframework.core.subset.validations
org.jamesframework.core.subset.validations.org.jamesframework.core.subset.validations.SubsetValidation
org.jamesframework.core.subset.validations.org.jamesframework.core.subset.validations.package-info
org.jamesframework.core.util
org.jamesframework.core.util.org.jamesframework.core.util.FastLimitedQueue
org.jamesframework.core.util.org.jamesframework.core.util.JamesConstants
org.jamesframework.core.util.org.jamesframework.core.util.RouletteSelector
org.jamesframework.core.util.org.jamesframework.core.util.SetUtilities
org.jamesframework.core.util.org.jamesframework.core.util.SubsetIterator
org.jamesframework.core.util.org.jamesframework.core.util.package-info




© 2015 - 2024 Weber Informatics LLC | Privacy Policy