0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update to use f* commands and use slightly different example run IDs More... about 13 years ago
make 'quiet' a local variable More... about 13 years ago
rename pwfarm_set to fset, prepend 'f' to all farm aliases. add quiet mode. More... about 13 years ago
update pwfarm doc to instruct user to set farm context More... about 13 years ago
when configuring farm, convert user-specified results dir to absolute path More... about 13 years ago
fix bug that could prevent fEvents from being initialized under certain conditions More... about 13 years ago
fix a few mistakes in v2.0 doc revision More... about 13 years ago
pwfarm 2.0 More... about 13 years ago
if RecordComplexity is true, proper run/brain/Recent/<epoch>/complexity_<type>.plt datalib files will be generated; setting TournamentSize to zero will revert to old iteration-through-fittest-list method of selection More... about 13 years ago
add perror() to DataLibWriter constructor failures More... about 13 years ago
protect make_percents() against divides by zero More... about 13 years ago
add a minimum of 1 for the TournamentSize (which would be random selection from the fittest) More... about 13 years ago
add TournamentSize worldfile param More... about 13 years ago
make CompressFiles True by default for legacy runs More... about 13 years ago
update to new worldfiles More... about 13 years ago
add an extra decimal place of precision to the recorded MateRate More... about 13 years ago
don't make the next epoch's directory if it's the last step of the simulation More... about 13 years ago
add BrainFunctionRecentRecordFrequency and default it to 1000, so Recent directory is created as the simulation proceeds, in its normal format More... about 13 years ago
fix default value of StatusToStdout More... about 13 years ago
add EatRate and MateRate to the list of known stats More... about 13 years ago
add support for event-filtered complexity as a fitness function More... about 13 years ago
move the +1 needed, due to the way timesteps are handled, for dimensioning the events array into Events.h itself, so clients can just pass in MaxSteps More... about 13 years ago
replace bad error exitvalue with proc.returncode More... about 13 years ago
treat natural and virtual births as 'm'ate events More... about 13 years ago
add .zero() method to ease resetting of Energy values More... about 13 years ago
reorder arguments to CalcComplexity_brainfunction() to prepare for complexity as fitness function; fix memory leak due to return being called before gsl_matrix_free() More... about 13 years ago
count virtual births for complexity-fitness in addition to heuristic-fitness; keep track of total energy eaten and display it and energy consumption rate in status; support StatusToStdout; show frame rate in TextStatus window even if it is not being recorded to stat.step files More... about 13 years ago
add support for StatusToStdout and define variables to keep a record of all energy eaten by agents More... about 13 years ago
add usage(), require a worldfile, and add support for StatusToStdout More... about 13 years ago
add VIRTUAL birth type More... about 13 years ago