Free cookie consent management tool by TermsFeed Policy Generator

Custom Query (2734 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 2734)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#3073 done Constraints and Splitting for Interval Arithmetic gkronber chaider
Description

Extend the current interval arithmetic

  • Add shape constraints to define constraints over the model and its partial derivatives
  • Add splitting for intervals to reduce the overestimation of boundaries
#3067 done Crossover probability for SubtreeCrossover gkronber gkronber
Description

Some genetic programming variants allow a copy operation where neither crossover nor mutation are applied to selected parent trees.

This is helpful for certain problem instances using a multi-tree representation (via MultiEncoding) where we want to prevent that a crossover event causes crossover for all trees.

One way to add this is to add a crossover rate to the general genetic algorithm variations that we are using in HL for GP.

Another and easier way is to implement this in the crossover operator using a crossover probability.

#3061 done Typo in parameter name for SimpleSymbolicExpressionTreeGrammar.AddSymbols mkommend gkronber
Description

maximium

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