Icon representing a recipe

Recipe: TimerGames - Mutator

created by KarenCH

Profile


Name
TimerGames - Mutator
ID
49432
Shared with
Public
Parent
None
Children
None
Created on
June 19, 2014 at 01:18 AM UTC
Updated on
June 19, 2014 at 01:18 AM UTC
Description

Times result of MutateSidechains with 2 iterations.

Best for


Code


print( "start score: "..current.GetScore() ) Start = os.time() structure.MutateSidechainsAll( 2 ) End = os.time() print( "elapsed time: "..End-Start) print( "end score: "..current.GetScore() )

Comments