Evolving Floys
Ariel Dolan's artificial-life site contains alife, genetic-algorithm and cellular-automata experiments written in Java and other cross-platform Web languages. eFloys are evolving Floys, or eFloys. "Floys belong to the flocking Alife creatures variety, sharing with them the social tendency to stick together, and the lifelike emergent behavior which is based on a few simple, local rules."
Usage: Download Efloys.zip and unzip it within your HTML directory.
Java Source: contained in the zip file
HTML Source:
<applet code=Efloys.class width=600 height=250>
<PARAM NAME=MaxSpeed VALUE="5">
<PARAM NAME=BounceSpeed VALUE="0.8">
<PARAM NAME=ApproachAcceleration VALUE="0.3">
<PARAM NAME=CenterAcceleration VALUE="0.1">
<PARAM NAME=DistBrotherFactor VALUE="1">
<PARAM NAME=DistStrangerFactor VALUE="20">
<PARAM NAME=DistLocalFactor VALUE="0">
<PARAM NAME=CollisionDistance VALUE="200">
<PARAM NAME=CollisionBrotherFactor VALUE="-1">
<PARAM NAME=CollisionStrangerFactor VALUE="30">
<PARAM NAME=CollisionLocalFactor VALUE="-40">
<PARAM NAME=color VALUE="">
<PARAM NAME=NumberOfNeighbors VALUE="2">
<PARAM NAME=MutationFactor VALUE="0.1">
<PARAM NAME=CrossoverFactor VALUE="1">
<PARAM NAME=energy VALUE="10">
<PARAM NAME=safety VALUE="10">
<PARAM NAME=cooperation VALUE="10">
<PARAM NAME=EnergyFactor VALUE="1">
<PARAM NAME=SafetyFactor VALUE="2">
<PARAM NAME=CooperationFactor VALUE="0">
<PARAM NAME=SurviversFactor VALUE="0">
<PARAM NAME=PopulationSize VALUE="20">
<PARAM NAME=FreeWillFactor VALUE="0.05">
<PARAM NAME=LifeSpan VALUE="50">
</applet>
Author: Ariel Dolan
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.
|