Custom Query (36 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 36)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#59 fixed f4: effectors/neurons should not be hardcoded (N|@), but rather use general oper_fx functions Grzegorz Latosiński Maciej Komosinski
Description

...to support all available neuron classes. See for example parseNeuroClass() and also sources of getRandomNeuroClassWithOutput() and getRandomNeuroClass().

So now in f4 we support

N[inputs][inputs...] N@[inputs][inputs...] N|[inputs][inputs...]

and we want to allow for

AnyNeuronClassWithOutput[inputs_if_needed...][inputs_if_needed...]

plus two special cases to support old genotypes, i.e. N@[inputs][inputs...] N|[inputs][inputs...] where we have two neurons in sequence.

#58 fixed f4: receptors/inputs should not be hardcoded (GTS*), but rather use general oper_fx functions Grzegorz Latosiński Maciej Komosinski
Description

...to support all available neuron classes. See for example parseNeuroClass() and also sources of getRandomNeuroClassWithOutput() and getRandomNeuroClass()

#57 fixed f4: update parsing of numbers and make it more strict Grzegorz Latosiński Maciej Komosinski
Description

If there are any atof/atol/atoi functions, use more flexible and strict counterparts (strtol, strtod etc.) to catch more errors. You can also use ExtValue::parseNumber(const char* in, ExtPType strict_type)

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.