MCPcopy Create free account
hub / github.com/avaneev/biteopt / select

Method select

biteaux.h:2261–2267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

selectMethod · 0.45

Tested by

no test coverage detected