Search
Whole Site
Software
Polls
 
Links
Home
News
Software
Polls
Code-Blog
Reference Files
Contact
Skins
Site Map
RTS Independent Study
Frappr Map
Log in
or
Register
Poll
Favorite single-line comment?
/* c-style */
// comment
# comment
! comment
rem comment
[other]
Log In
User name:
Password:
-
Forgot Pass
-
Sign Up
(it's free)
Software Spotlight
Space-Time Diagram Plotter
Started: 12/23/2004
Released: 12/24/2004
This program was created from a discussion in a text-book I'm reading about Genetic Algorithms "GAs" (on the side, I don't have a class about them). In the book, they were evolving cellular automata using GAs and plotting the results using space-time diagrams. This program lets the user configure the size of the array of cells (which in turn changes the window size) as well as the method that the automata use to attempt to reach a solution trying to determine which color is more plentiful.
In the GKL algorithm, the results will be correct around 80% of the time. If the bottom line of the image generated isn't all the same color, then the automata could not reach a conclusion.
The program is configurable to allow three modes. Random (which creates noise or "tv snow"), Majority Rules (which shortly turns into vertical bands), and GKL (Gacs, Kurdyumov, and Levin) which has sharp triangular shapes and shaded regions as it solves the problem.
The primary benefit to this program is that I created portable sections of code that will help in graphing other space-time diagrams and other types of graphs as I do more work with Genetic Algorithms.
Most Popular Pages
1.
Software
2.
PollVault
3.
Index
4.
Download
5.
Screenshots
Affiliates
daveonsports.com
Traffic
Unique IPs
12852
Visits
55389
Page Hits
291768
Reference Files
This page contains a list of files that I think are useful to programmers. If you have an idea for something I should have on here, please let me know by using the contact page in the menu.
10,000 digits of e
10,000 digits of Pi
50,000 digits of Pi
A floppy-disk sized list of sequential Primes (2-2335523)
All Lychrel Numbers 8 digits or less
One-page SDL_ttf Documentation
ASCII Table
HTML Color Code Converter (hex/dec & dec/hex)
Sorted Dictionary (10,000 words)
Unix Boggle Dictionary (20,000 words)
Linux Dictionary (45,000+ words)
ENABLE Scrabble Dictionary (173,500+ words)
Expanded (British) ENABLE Scrabble Dictionary (209,700+ words)
Package for creating your own custom word list
(for advanced uses only... kind of a hassle otherwise)