You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve re-loading of genetic ROMs (#106)
* Added a check to avoid adding null items.
* Made Spawn class immutable.
* Made GeneticsAlgorithm member public.
* Changed scorer to be created per-call since multiple threads are used.
* Moved Gene into it's own top-level class to simplify it.
Simplified population initialization.
* Changed loadROM() to pin the rom to genetics.
Added IO_COMPASS and documenting some IO commands (#84)
Implemented IO_MARK and IO_MARK_READ.
Added documentation for some IO commands.
Added IO_COMPASS for finding local orientation.
Changed IO_BATTERY to push a normalized value.
Changed IO_MARK stack order offset pushed first.
Added IO_LASER and IO_RECEIVE aliases.