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

Method applySelsDecr

biteaux.h:2295–2306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2293 */
2294
2295 void applySelsDecr( CBiteRnd& rnd )
2296 {
2297 const int c = ApplySelsCount;
2298 ApplySelsCount = 0;
2299
2300 int i;
2301
2302 for( i = 0; i < c; i++ )
2303 {
2304 ApplySels[ i ] -> decr( rnd );
2305 }
2306 }
2307};
2308
2309/**

Callers

nothing calls this directly

Calls 1

decrMethod · 0.80

Tested by

no test coverage detected