Bartosz Sądel
Bartosz Sądel
Sure. It's just class wrapping list of Doubles. AbstractGenotype contains nothing at all. ``` java public class FloatGenotype extends AbstractGenotype { private List genes; public FloatGenotype(final List genes) { super();...
My mistake. ``` java public class FloatGenotypeFactory extends AbstractGenotypeFactory { private static final Double UPPERBOUND = 1.0d; private static final Double LOWERBOUND = 0.0d; private static final Integer DIM =...
Yup, exactly. I would like to see restored branch in git-machete graph (.git/machete file) alongside showing again in git repository. As for the second question information about branch merged/not pushed...
> 1. accessor method: name() > 2. getter method: getName() > 3. field named name (local and then traversing the hierarchy) Seems like a good idea.
Mustache may be a nice addition but I agree with Mark that if it's going to be used it should be provided as some kind of extension because it will...
Hi! Has anything regarding this topic changed? Or you still don't see enough demand for this to be implemented?