Uses of Class
simbad.picoevo.ext.representation.Element_NEAT_LGene

Packages that use Element_NEAT_LGene
simbad.picoevo.ext.evolution   
simbad.picoevo.ext.representation   
simbad.piconode.core.arc   
 

Uses of Element_NEAT_LGene in simbad.picoevo.ext.evolution
 

Methods in simbad.picoevo.ext.evolution that return Element_NEAT_LGene
private  Element_NEAT_LGene VariationOperator_Individual_SDNEAT_MutationSegmentDuplicate.getPathNextRandomNode(Element_NEAT_NGene fromNeuron, Individual_NEATIndividual genome)
           
 

Uses of Element_NEAT_LGene in simbad.picoevo.ext.representation
 

Fields in simbad.picoevo.ext.representation with type parameters of type Element_NEAT_LGene
protected  java.util.Vector<Element_NEAT_LGene> Individual_NEATIndividual.genomeLinks
           
 

Methods in simbad.picoevo.ext.representation that return Element_NEAT_LGene
 Element_NEAT_LGene Individual_NEATIndividual.getLinkAt(int i)
           
 

Methods in simbad.picoevo.ext.representation that return types with arguments of type Element_NEAT_LGene
 java.util.Vector<Element_NEAT_LGene> Individual_NEATIndividual.getLinks()
           
 

Methods in simbad.picoevo.ext.representation with parameters of type Element_NEAT_LGene
 void Individual_NEATIndividual.addLink(Element_NEAT_LGene n)
           
 

Method parameters in simbad.picoevo.ext.representation with type arguments of type Element_NEAT_LGene
 void Population_NEATPopulation_InnovationList.initializeInnovationList(java.util.Vector<Element_NEAT_LGene> given_links, java.util.Vector<Element_NEAT_NGene> given_neurons)
          This function will initialize an innovation list that hasn't been initialized upon creation only call this if the innovation list has been constructed without an initial genome
 void Individual_NEATIndividual.setAllLinks(java.util.Vector<Element_NEAT_LGene> links)
           
 

Constructor parameters in simbad.picoevo.ext.representation with type arguments of type Element_NEAT_LGene
Individual_NEATIndividual(Population owner, int GID, java.util.Vector<Element_NEAT_NGene> nodes, java.util.Vector<Element_NEAT_LGene> links, int depth, int ins, int outs, int species)
           
Individual_NEATIndividual(java.lang.String __name, Population owner, int GID, java.util.Vector<Element_NEAT_NGene> nodes, java.util.Vector<Element_NEAT_LGene> links, int depth, int ins, int outs, int species)
           
Population_NEATPopulation_InnovationList(java.util.Vector<Element_NEAT_LGene> start_links, java.util.Vector<Element_NEAT_NGene> start_neurons)
           
 

Uses of Element_NEAT_LGene in simbad.piconode.core.arc
 

Fields in simbad.piconode.core.arc declared as Element_NEAT_LGene
protected  Element_NEAT_LGene Arc.lGene
           
 

Methods in simbad.piconode.core.arc that return Element_NEAT_LGene
 Element_NEAT_LGene Arc.getLGene()
           
 

Methods in simbad.piconode.core.arc with parameters of type Element_NEAT_LGene
 void Arc.setLGene(Element_NEAT_LGene gene)