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

Download james-core JAR 0.1 with all dependencies


The James core module is part of the James framework for optimization using local search metaheuristics in Java. The core contains general components to model problems, objectives and constraints, as well as generic algorithms to solve the problems. Moreover, the core provides implementations of specific utilities for subset selection.

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

Artifact james-core
Group org.jamesframework
Version 0.1
Last update 25. June 2014
Tags: generic model using specific implementations contains well metaheuristics subset solve search utilities algorithms module problems moreover constraints optimization provides framework selection general james objectives 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!
There is a newer version: 1.2
Show 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 0.1

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.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.problems
org.jamesframework.core.problems.org.jamesframework.core.problems.Problem
org.jamesframework.core.problems.org.jamesframework.core.problems.ProblemWithData
org.jamesframework.core.problems.org.jamesframework.core.problems.SubsetProblem
org.jamesframework.core.problems.org.jamesframework.core.problems.SubsetProblemWithData
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.datatypes
org.jamesframework.core.problems.datatypes.org.jamesframework.core.problems.datatypes.SubsetData
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.MinMaxObjective
org.jamesframework.core.problems.objectives.org.jamesframework.core.problems.objectives.Objective
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.solutions
org.jamesframework.core.problems.solutions.org.jamesframework.core.problems.solutions.Solution
org.jamesframework.core.problems.solutions.org.jamesframework.core.problems.solutions.SubsetSolution
org.jamesframework.core.problems.solutions.org.jamesframework.core.problems.solutions.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.SearchStatus
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.LRSubsetSearch
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.SubsetSolutionIterator
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.FastLimitedQueue
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.IDBasedSubsetTabuMemory
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.VNDFactory
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.EmptyLocalSearchListener
org.jamesframework.core.search.listeners.org.jamesframework.core.search.listeners.EmptySearchListener
org.jamesframework.core.search.listeners.org.jamesframework.core.search.listeners.LocalSearchListener
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.neigh.subset
org.jamesframework.core.search.neigh.subset.org.jamesframework.core.search.neigh.subset.AdditionMove
org.jamesframework.core.search.neigh.subset.org.jamesframework.core.search.neigh.subset.DeletionMove
org.jamesframework.core.search.neigh.subset.org.jamesframework.core.search.neigh.subset.SinglePerturbationNeighbourhood
org.jamesframework.core.search.neigh.subset.org.jamesframework.core.search.neigh.subset.SingleSwapNeighbourhood
org.jamesframework.core.search.neigh.subset.org.jamesframework.core.search.neigh.subset.SubsetMove
org.jamesframework.core.search.neigh.subset.org.jamesframework.core.search.neigh.subset.SwapMove
org.jamesframework.core.search.neigh.subset.adv
org.jamesframework.core.search.neigh.subset.adv.org.jamesframework.core.search.neigh.subset.adv.DisjointMultiSwapNeighbourhood
org.jamesframework.core.search.neigh.subset.adv.org.jamesframework.core.search.neigh.subset.adv.GeneralSubsetMove
org.jamesframework.core.search.neigh.subset.adv.org.jamesframework.core.search.neigh.subset.adv.MultiSwapNeighbourhood
org.jamesframework.core.search.neigh.subset.adv.org.jamesframework.core.search.neigh.subset.adv.package-info
org.jamesframework.core.search.neigh.subset
org.jamesframework.core.search.neigh.subset.org.jamesframework.core.search.neigh.subset.package-info
org.jamesframework.core.search
org.jamesframework.core.search.org.jamesframework.core.search.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.util
org.jamesframework.core.util.org.jamesframework.core.util.JamesConstants
org.jamesframework.core.util.org.jamesframework.core.util.LocalSearchFactory
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.package-info




© 2015 - 2024 Weber Informatics LLC | Privacy Policy