JavaLifeSearch: Difference between revisions

From LifeWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 8: Line 8:
}}
}}
'''JavaLifeSearch''' (abbreviated as '''JLS''') is a platform-independent Java version of [[David Bell]]'s [[lifesrc]] search program for finding new [[oscillator]]s and [[spaceship]]s, written by [[Karel Suhajda]] and first released in 2012. It includes some new search options, notably the ability to prune the search space in the middle of a search by tracking the list of cells that have always been assigned the same state, either ON or OFF, in every previously-discovered solution.  
'''JavaLifeSearch''' (abbreviated as '''JLS''') is a platform-independent Java version of [[David Bell]]'s [[lifesrc]] search program for finding new [[oscillator]]s and [[spaceship]]s, written by [[Karel Suhajda]] and first released in 2012. It includes some new search options, notably the ability to prune the search space in the middle of a search by tracking the list of cells that have always been assigned the same state, either ON or OFF, in every previously-discovered solution.  
==See also==
*[[WinLifeSearch]]


==External links==
==External links==

Latest revision as of 14:08, 6 July 2025

JavaLifeSearch
JavaLifeSearch image
Homepage Click here
Purpose Search for oscillators and spaceships
Created by Karel Suhajda
Platform Platform-independent

JavaLifeSearch (abbreviated as JLS) is a platform-independent Java version of David Bell's lifesrc search program for finding new oscillators and spaceships, written by Karel Suhajda and first released in 2012. It includes some new search options, notably the ability to prune the search space in the middle of a search by tracking the list of cells that have always been assigned the same state, either ON or OFF, in every previously-discovered solution.

See also