19package denoptim.graph;
202 if (o.getClass() != getClass())
208 if (!this.name.equals(other.
name))
211 if (!this.uid.equals(other.
uid))
A light-weight candidate is a very low-demanding collection of data upon a specific candidate item.
String pathNameToFile
Pathname to file defining this item in detail.
int getLevel()
Returns the level that generated this graph in a fragment space exploration experiment.
CandidateLW(String uid, String name, String pathNameToFile)
void setFitness(double fitness)
String getGeneratingSource()
void setError(String error)
String name
Name of this candidate (not guaranteed to be unique).
String error
Error that prevented calculation of the fitness or null.
void setLevel(int lev)
Sets level that generated this graph in a fragment space exploration experiment.
Integer generationId
ID of the generation this molecule belong to (or null)
Integer level
Level that generated this graph in fragment space exploration (or null)
Double fitness
fThe fitness value or null;
void setGeneratingSource(String source)
void setGeneration(int genId)
String uid
Unique identifier of this candidate.
String generatingSource
A statement defining how this item was generated.