JavaLifeSearch: Difference between revisions

From LifeWiki
Jump to navigation Jump to search
m External links: AutoWikiBrowser - per Nathaniel, and requested by GUYTU6J, replaced: www.conwaylife.com → conwaylife.com
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 7: Line 7:
|platform        = Platform-independent
|platform        = Platform-independent
}}
}}
'''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]]. 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==
{{LinkForumThread|f=9|t=990|title=JavaLifeSearch}}
* {{LinkForumThread|f=9|t=990|title=JavaLifeSearch}}
* [https://conwaylife.com/forums/download/file.php?id=2069 JavaLifeSearch 1.7 binary and manual] (direct download link)
* [https://conwaylife.com/forums/download/file.php?id=2069 JavaLifeSearch 1.7 binary and manual] (direct download link)
* <s>[http://mujweb.cz/kasuha/JavaLifeSearch_1.7.jar JavaLifeSearch 1.7] (direct download link)</s>
* {{LinkForumThread|f=2|t=1437|p=44422|title=Re: Oscillator Discussion Thread|author=Matthias Merzenich}} -- how to reduce stators using JLS
* <s>[http://mujweb.cz/kasuha/JLS_manual.pdf JavaLifeSearch manual]</s>
 
{{LinkForumThread|f=2|t=1437|p=44422|title=Re: Oscillator Discoveries Thread|author=Matthias Merzenich}} -- how to reduce stators using JLS
[[Category:Search software]]

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