| 2259 | |
| 2260 | template< class T > |
| 2261 | int select( T& Sel, CBiteRnd& rnd ) |
| 2262 | { |
| 2263 | ApplySels[ ApplySelsCount ] = &Sel; |
| 2264 | ApplySelsCount++; |
| 2265 | |
| 2266 | return( Sel.select( rnd )); |
| 2267 | } |
| 2268 | |
| 2269 | /** |
| 2270 | * Function applies selector increments on optimization success. |