JavaLifeSearch: Difference between revisions

From LifeWiki
Jump to navigation Jump to search
New entry
 
No edit summary
 
(9 intermediate revisions by 5 users not shown)
Line 2: Line 2:
|name            = JavaLifeSearch
|name            = JavaLifeSearch
|image          = true
|image          = true
|url            = http://conwaylife.com/forums/viewtopic.php?f{{=}}9&t{{=}}990
|url            = https://conwaylife.com/forums/viewtopic.php?f{{=}}9&t{{=}}990
|purpose        = Search for [[oscillator]]s and [[spaceship]]s
|purpose        = Search for [[oscillator]]s and [[spaceship]]s
|createdby      = [[Karel Suhajda]]
|createdby      = [[Karel Suhajda]]
|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}}
* [http://mujweb.cz/kasuha/JavaLifeSearch_1.7.jar JavaLifeSearch 1.7] (direct download link)
* [https://conwaylife.com/forums/download/file.php?id=2069 JavaLifeSearch 1.7 binary and manual] (direct download link)
* [http://mujweb.cz/kasuha/JLS_manual.pdf JavaLifeSearch manual]
* {{LinkForumThread|f=2|t=1437|p=44422|title=Re: Oscillator Discussion 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