MCPcopy Create free account

hub / github.com/GMUEClab/ecj / functions

Functions5,261 in github.com/GMUEClab/ecj

↓ 4 callersMethodrestoreFromCheckpoint
(String filename)
contrib/drm/ec/drm/DRMLauncher.java:62
↓ 4 callersMethodreturnIndividualsToMaster
(EvolutionState state, Individual []inds, boolean[] updateFitness, DataOutputStream dataOut, boolean
ecj/src/main/java/ec/eval/Slave.java:807
↓ 4 callersMethodsetContext
(Individual[] cont, int index)
ecj/src/main/java/ec/Fitness.java:70
↓ 4 callersMethodsetIndex
Input: a threadnumber (either for evaluation or for breeding), and an index in a subpopulation (the index in the subpopulation is, of course, a
ecj/src/main/java/ec/spatial/Space.java:57
↓ 4 callersMethodsetRule
(int[] r)
ecj/src/main/java/ec/app/majority/CA.java:48
↓ 4 callersMethodsetVals
(int[] vals)
ecj/src/main/java/ec/app/majority/CA.java:55
↓ 4 callersMethodshouldBreedSubpop
Returns true if we're doing sequential breeding and it's the subpopulation's turn (round robin, one subpopulation per generation).
ecj/src/main/java/ec/simple/SimpleBreeder.java:337
↓ 4 callersMethodsize
()
ecj/src/main/java/ec/co/ConstructiveIndividual.java:102
↓ 4 callersMethodslurp
(final InputStream f)
ecj/src/main/java/ec/app/edge/Edge.java:213
↓ 4 callersMethodstep
(int steps, boolean stopWhenConverged)
ecj/src/main/java/ec/app/majority/CA.java:88
↓ 4 callersMethodswapCompatibleWith
Returns true if I can swap into node's position.
ecj/src/main/java/ec/gp/GPNode.java:305
↓ 4 callersMethodtourToInd
Take an array of nodes and convert them into a TSPIndividual @param tour An array of node ids representing a path @return A TSPIndividual that follow
ecj/src/test/java/ec/co/ant/SimpleConstructionRuleTest.java:65
↓ 4 callersMethodtypeFor
Returns a type for a given name. You must guarantee that after calling typeFor(...) one or several times, you call state.output.exitIf
ecj/src/main/java/ec/gp/GPType.java:165
↓ 4 callersMethodtypicalIndsProduced
Returns the "typical" number of individuals produced -- by default this is the minimum typical number of individuals produced by any
ecj/src/main/java/ec/BreedingPipeline.java:153
↓ 4 callersMethodupdateDistribution
Revises the PBIL distribution to reflect the current fitness results in the provided subpopulation.
ecj/src/main/java/ec/eda/pbil/PBILSpecies.java:206
↓ 4 callersMethodvalue
()
ecj/src/main/java/ec/app/gpsemantics/func/SemanticNode.java:26
↓ 3 callersMethodMSErawFitness
Calculates the 'raw' fitness for the MSE (Mean Squared Error) type fitness (before the normalization from 0 to max value is done) when there are multi
contrib/gep/ec/gep/GEPFitnessFunction.java:480
↓ 3 callersMethod_getRecursive
Private helper function
ecj/src/main/java/ec/util/ParameterDatabase.java:2479
↓ 3 callersMethodaccept
( File f )
ecj/src/main/java/ec/display/Console.java:391
↓ 3 callersMethodaddAgent
Adds an agent to the base, performs some initialization and starts it's thread. The class loader of the agent must be a {@link JobClassLoader}, except
contrib/drm/drm/agentbase/Base.java:874
↓ 3 callersMethodaddChoice
Adds a choice to the children of this node.
ecj/src/main/java/ec/gp/ge/GrammarRuleNode.java:28
↓ 3 callersMethodaddDataPoint
(int seriesID, double x, double y)
ecj/src/main/java/ec/display/chart/XYSeriesChartStatistics.java:53
↓ 3 callersMethodaddListener
( ILogListener l )
contrib/drm/drm/agentbase/Logger.java:68
↓ 3 callersMethodaddNewGenIndividual
Add the individual to the next generation of this subspecies
ecj/src/main/java/ec/neat/NEATSubspecies.java:454
↓ 3 callersMethodaddSeries
(String name)
ecj/src/main/java/ec/display/chart/XYSeriesChartStatistics.java:47
↓ 3 callersMethodafterCoevolutionaryEvaluation
( final EvolutionState state, final GroupedProblemForm prob )
ecj/src/main/java/ec/coevolve/MultiPopCoevolutionaryEvaluator.java:444
↓ 3 callersMethodapplyFloatPadding
Apply zero or blank, left or right padding. @param ca4 array of characters before padding is finished @param noDigits NaN or signed Inf @return a
contrib/drm/drm/util/PrintfFormat.java:1779
↓ 3 callersMethodbase
Returns the default base.
ecj/src/main/java/ec/gp/ge/GEDefaults.java:33
↓ 3 callersMethodbetaReduce
()
contrib/lambda/ec/gp/lambda/LambdaTree.java:60
↓ 3 callersMethodbuildRotationMatrix
Build an NxN rotation matrix[row][column] with a given seed.
ecj/src/main/java/ec/app/ecsuite/ECSuite.java:730
↓ 3 callersMethodcanonicalDistance
Compute the distance of a problem's "canonical path", i.e. the distance of the tour that starts from node 0 and proceeds consecutively through nodes 1
ecj/src/test/java/ec/app/tsp/TSPProblemTest.java:189
↓ 3 callersMethodcheckForIndex
throws a fatal error if index checking failed. Use this method if the index must match. @param state @param toBchecked @param index the ind
contrib/lambda/ec/gp/lambda/NodeCheck.java:103
↓ 3 callersMethodchoose
(final EvolutionState state, final List<Component> components, final int thread)
ecj/src/main/java/ec/co/grasp/ComponentSelector.java:9
↓ 3 callersMethodclone
()
ecj/src/main/java/ec/Individual.java:94
↓ 3 callersMethodcollectiveUpdated
Called when new contributions arrived. The parameter is the contribution of the peer which sent the update. Therefore it is the freshest contribution.
contrib/drm/drm/core/Observer.java:43
↓ 3 callersMethodcompareIndividuals
(Individual a, Individual b)
ecj/src/main/java/ec/eda/amalgam/AMALGAMSpecies.java:429
↓ 3 callersMethodcomputeRotation
(double[][] b, MersenneTwisterFast random, int genomeSize)
ecj/src/main/java/ec/app/bbob/BBOBenchmarks.java:1917
↓ 3 callersMethodconsumed
Returns the number of elements consumed from the GEIndividual array to produce the tree, else returns -1 if an error occurs, specifically if a
ecj/src/main/java/ec/gp/ge/GESpecies.java:522
↓ 3 callersMethoddefaultBase
()
ecj/src/main/java/ec/rule/RuleIndividual.java:100
↓ 3 callersMethoddestroyAgent
( String n )
contrib/drm/drm/agentbase/Base.java:1331
↓ 3 callersMethoddisableControls
()
ecj/src/main/java/ec/display/ControlPanel.java:99
↓ 3 callersMethoddispatchAgent
Dispatches an agent with all necessary clean up. The succesful operation means sending the agent to the address, then destroying the local copy. Permi
contrib/drm/drm/agentbase/IBase.java:81
↓ 3 callersMethodequals
(final Object ind)
ecj/src/main/java/ec/co/ConstructiveIndividual.java:109
↓ 3 callersMethodequals
(final Object o)
ecj/src/main/java/ec/app/knapsack/KnapsackComponent.java:89
↓ 3 callersMethodequals
(Object ind)
ecj/src/main/java/ec/pso/Particle.java:63
↓ 3 callersMethoderrorInfo
A convenience function for identifying a GPNode in an error message
ecj/src/main/java/ec/gp/GPNode.java:623
↓ 3 callersMethodeval
Evaluate the expressions for the first chromosome (normally the only chromosome) @param useTrainingData if true use Training data else use Testing da
contrib/gep/ec/gep/GEPIndividual.java:411
↓ 3 callersMethodeval
(final EvolutionState state, final int thread, final GPData input, final ADFStack s
ecj/src/main/java/ec/app/regression/func/X.java:45
↓ 3 callersMethodfFormatString
An intermediate routine on the way to creating an f format String. The method decides whether the input double value is an infinity, not-a-number, or
contrib/drm/drm/util/PrintfFormat.java:1388
↓ 3 callersMethodfillStubs
(final EvolutionState state, BreedingSource source)
ecj/src/main/java/ec/BreedingSource.java:196
↓ 3 callersMethodfinishPopulation
Doesn't do anything.
ecj/src/main/java/ec/simple/SimpleFinisher.java:37
↓ 3 callersMethodgenomeLength
()
ecj/src/main/java/ec/vector/ShortVectorIndividual.java:416
↓ 3 callersMethodgenomeLength
()
ecj/src/main/java/ec/vector/DoubleVectorIndividual.java:716
↓ 3 callersMethodgenomeLength
()
ecj/src/main/java/ec/vector/LongVectorIndividual.java:454
↓ 3 callersMethodgenomeLength
()
ecj/src/main/java/ec/vector/ByteVectorIndividual.java:418
↓ 3 callersMethodgenomeLength
()
ecj/src/main/java/ec/vector/FloatVectorIndividual.java:709
↓ 3 callersMethodgetAgents
Returns the agent names that were on the node when creating this. Element type is String.
contrib/drm/drm/core/NodeContribution.java:139
↓ 3 callersMethodgetAllowedComponents
Return the allowable "neighborhood" of components that @param partialSolution A collection of components that represent a partial solution that we wi
ecj/src/main/java/ec/co/ConstructiveProblemForm.java:72
↓ 3 callersMethodgetAllowedComponents
(final ConstructiveIndividual<TSPComponent> partialSolution)
ecj/src/main/java/ec/app/tsp/TSPProblem.java:171
↓ 3 callersMethodgetBinary
The binary content of the message.
contrib/drm/drm/agentbase/Message.java:115
↓ 3 callersMethodgetComponentFromString
Decode a String representation of a solution component. @param s A String representing a component. @return A component matching the provided String.
ecj/src/main/java/ec/co/ConstructiveProblemForm.java:82
↓ 3 callersMethodgetContext
Treat the Individual[] you receive from this as read-only.
ecj/src/main/java/ec/Fitness.java:106
↓ 3 callersMethodgetContribution
Returns the contribution that belongs to the given node name. If the contribution of the given node is not known, returns null.
contrib/drm/drm/core/IDRM.java:43
↓ 3 callersMethodgetField
(int index)
ecj/src/main/java/ec/util/ReflectedObject.java:89
↓ 3 callersMethodgetFields
()
ecj/src/main/java/ec/util/ReflectedObject.java:115
↓ 3 callersMethodgetFloat
(Parameter parameter)
ecj/src/main/java/ec/util/ParameterDatabase.java:1033
↓ 3 callersMethodgetIntWithMax
Searches down through databases to find a given parameter, whose value must be an integer >= minValue and <= maxValue. It returns the value, or minVal
ecj/src/main/java/ec/util/ParameterDatabase.java:992
↓ 3 callersMethodgetLivingAddress
()
contrib/drm/drm/server/TestGUINode.java:104
↓ 3 callersMethodgetName
()
contrib/drm/drm/agents/Agent.java:177
↓ 3 callersMethodgetNames
Gets the names of all agents on this base. Returns a newly allocated Set of Strings. This is the only solution that is guaranteed to be thread safe.
contrib/drm/drm/agentbase/IBase.java:53
↓ 3 callersMethodgetNames
()
contrib/drm/drm/agentbase/Base.java:1320
↓ 3 callersMethodgetNumArguments
Returns the number of arguments.
ecj/src/main/java/ec/gp/ge/GrammarFunctionNode.java:47
↓ 3 callersMethodgetNumJobs
()
ecj/src/main/java/ec/display/ControlPanel.java:381
↓ 3 callersMethodgetOverdueNum
()
contrib/lambda/ec/gp/lambda/IndexNode.java:41
↓ 3 callersMethodgetRandomIndividual
Produces the index of a (typically uniformly distributed) randomly chosen individual to fill the tournament. <i>number</> is the position of
ecj/src/main/java/ec/select/TournamentSelection.java:126
↓ 3 callersMethodgetRule
(HashMap rules, String head)
ecj/src/main/java/ec/gp/ge/GrammarParser.java:133
↓ 3 callersMethodgetTestPopulation
()
ecj/src/test/java/ec/eda/pbil/PBILSpeciesTest.java:238
↓ 3 callersMethodgt
Returns true if a > b, else false
ecj/src/main/java/ec/util/SortComparator.java:30
↓ 3 callersMethodindividualReplaced
Called whenever an individual has been replaced by another in the population.
ecj/src/main/java/ec/steadystate/SteadyStateBSourceForm.java:34
↓ 3 callersMethodinitialize
This method initializes this @return void
ecj/src/main/java/ec/display/StatisticsChartPane.java:103
↓ 3 callersMethodinitializeContacts
Gets peers from the collective.
contrib/drm/ec/drm/DRMExchanger.java:141
↓ 3 callersMethodinterpretFloat
Interprets float at position pos based on max possible int represented by that position.
contrib/cgp/ec/cgp/representation/VectorSpeciesCGP.java:113
↓ 3 callersMethodisCompleteSolution
Check whether a solution forms a valid tour of all the nodes.
ecj/src/main/java/ec/app/tsp/TSPProblem.java:207
↓ 3 callersMethodisGroupedProblem
Returns true if the underlying class returns true for isGroupedProblem()
ecj/src/main/java/ec/eval/MasterProblem.java:449
↓ 3 callersMethodisLeaf
(Object parent)
ecj/src/main/java/ec/util/ReflectedObject.java:171
↓ 3 callersMethodisOnline
Returns the online status of the base. If the base is not online, communication with the outside world is not possible.
contrib/drm/drm/agentbase/IBase.java:117
↓ 3 callersMethodjoinAll
Waits until there are no outstanding workers: all pool workers are in the pool.
ecj/src/main/java/ec/util/ThreadPool.java:206
↓ 3 callersMethodloadParametersForGene
Called when VectorSpecies is setting up per-gene and per-segment parameters. The index is the current gene whose parameter is getting set up.
ecj/src/main/java/ec/vector/VectorSpecies.java:507
↓ 3 callersMethodloadSeeds
(File f)
ecj/src/main/java/ec/display/ControlPanel.java:1026
↓ 3 callersMethodmul
Multiply a column vector against a matrix[row][column]. Does not modify the original vector or matrix.
ecj/src/main/java/ec/app/ecsuite/ECSuite.java:680
↓ 3 callersMethodmutateLinkWeights
Mutate the weights of the genes
ecj/src/main/java/ec/neat/NEATIndividual.java:312
↓ 3 callersMethodname
Returns a Lisp-like atom for the node and any nodes of the same class. This will almost always be identical to the result of toString() (and t
ecj/src/main/java/ec/gp/GPNode.java:1034
↓ 3 callersMethodnextInnovationNumber
()
ecj/src/main/java/ec/neat/NEATSpecies.java:429
↓ 3 callersMethodnodeEquivalentTo
Returns true if I and the provided node are the same kind of node -- that is, we could have both been cloned() and reset() from the sa
ecj/src/main/java/ec/gp/GPNode.java:895
↓ 3 callersMethodnumJobs
Returns the number of jobs that a slave is in charge of.
ecj/src/main/java/ec/eval/SlaveConnection.java:143
↓ 3 callersMethodparentType
Returns the argument type of the slot that I fit into in my parent. If I'm the root, returns the treetype of the GPTree.
ecj/src/main/java/ec/gp/GPNode.java:228
↓ 3 callersMethodpartitionIntoRanks
Divides inds into pareto front ranks (each an ArrayList), and returns them, in order, stored in an ArrayList.
ecj/src/main/java/ec/multiobjective/MultiObjectiveFitness.java:507
↓ 3 callersMethodpostBreedingExchangePopulation
Simply returns state.population.
ecj/src/main/java/ec/simple/SimpleExchanger.java:63
↓ 3 callersMethodpostInitializationStatistics
(final EvolutionState state)
ecj/src/main/java/ec/simple/SimpleStatistics.java:133
↓ 3 callersMethodpostprocessIndividual
Called by pipelines after they've modified the individual and it might need to be "fixed" -- basically a hook for you to override. By
ecj/src/main/java/ec/rule/RuleIndividual.java:126
← previousnext →501–600 of 5,261, ranked by callers