| age |
author |
description |
| 7 weeks ago |
Ankur Dave |
Updated Makefile to include file name changesdefault tip |
| 4 months ago |
Ankur Dave |
Added tag stable for changeset 8f07dd280b07 |
| 4 months ago |
Ankur Dave |
Added tag stable for changeset e01ba5992f52 |
| 4 months ago |
Ankur Dave |
Removed debug line |
| 4 months ago |
Ankur Dave |
Fixed major scoring bug |
| 4 months ago |
Ankur Dave |
Switched back to Vector, since now we use synchronized blocks |
| 4 months ago |
Ankur Dave |
Fixed performance bug where generate() would unnecessarily recalculate |
| 4 months ago |
Ankur Dave |
Small performance tweak to Population -- don't call generate() on non-unique boards |
| 4 months ago |
Ankur Dave |
Rewrote everything to make it more readable. Lots of bugs |
| 4 months ago |
Ankur Dave |
Added list of top 10 best boards found |
| 4 months ago |
Ankur Dave |
Changed to lazy allocation of children |
| 4 months ago |
Ankur Dave |
Updated packagestable |
| 4 months ago |
Ankur Dave |
Updated readme |
| 4 months ago |
Ankur Dave |
Made all testers take command line parameters |
| 4 months ago |
Ankur Dave |
Added Makefile instructions for packaging |
| 4 months ago |
Ankur Dave |
Removed old testing code for the Extended Essay -- it was resetting clients periodically for benchmarking |
| 4 months ago |
Ankur Dave |
Added new files to Makefile |
| 4 months ago |
Ankur Dave |
Finished making performance and organization improvements, for a 3x performance boost. Now we get about 10,000 boards per second. Changes: |
| 4 months ago |
Ankur Dave |
Making performance improvements. In the middle of changes -- warning: most files don't build, and there's a serious bug in the scoring |
| 4 months ago |
Ankur Dave |
Added testing functions to Dictionary, switched to linear search instead of binary search for children |
| 4 months ago |
Ankur Dave |
Moved .class files into bin/ for both Makefiles and Eclipse |
| 4 months ago |
Ankur Dave |
Fixed ends word checking bug in parallel traversal of boggle board and trie |
| 4 months ago |
Ankur Dave |
Added trie compression (DAWG generation) code to Dictionary.java. It doesn't work very effectively so far |
| 4 months ago |
Ankur Dave |
Implemented parallel traversal of trie and board for a 3x speedup |
| 6 months ago |
ankur |
Added performance tester, best boggle stats |
| 12 months ago |
ankur |
Added license and readme |
| 14 months ago |
ankur |
various un-checked-in stuff: nsshukla resume, drksdave works, robotics code, Vanish paper, weightlifting data |
| 16 months ago |
ankur |
added various distboggle stats, removed outdated hillclimb stats |
| 16 months ago |
ankur |
added LaTeX labels, fixed getting words from Board, increased hill climbing time limit, made PopulationTester repeat for 100 trials |
| 19 months ago |
ankur |
(none) |
| 20 months ago |
ankur |
added failure rate calculator |
| 21 months ago |
ankur |
added time limit |
| 22 months ago |
ankur |
fixed compile error |
| 22 months ago |
ankur |
split genetic client into manager and worker threads; handled connection termination on both client and server |
| 22 months ago |
ankur |
renamed population client to genetic client |
| 22 months ago |
ankur |
renamed everything |
| 22 months ago |
ankur |
moved everything to packages |
| 22 months ago |
ankur |
removed package directory structure |
| 22 months ago |
ankur |
moved everything into a package |
| 22 months ago |
ankur |
fixed flush bug |
| 22 months ago |
ankur |
implemented server controlled reset upon reaching a certain score |
| 22 months ago |
ankur |
added boggleutil, commented out detrimental code in bogglepopulation |
| 23 months ago |
ankur |
updated hillclimb 3 |
| 23 months ago |
ankur |
removed coupling with self |
| 23 months ago |
ankur |
cleaned up population tester, changed selection model of population, fixed typo in hillclimber |
| 23 months ago |
ankur |
updated hill climber to be more efficient and graphable, disabled problem code in BoggleTester, disabled pop cap variation in boggle server, updated dictionary for graphability, eliminated dupes and reduced age limit in boggle population, changed migration rules to send highest sometimes, otherwise random boggle in boggleclient |
| 23 months ago |
ankur |
added hillclimb stats |
| 23 months ago |
ankur |
changed back to highest, but only send highest 1 in 10 times |
| 23 months ago |
ankur |
(none) |
| 23 months ago |
ankur |
(none) |
| 23 months ago |
ankur |
changed migrant from highest to random |
| 2008-07-16 |
ankur |
changed spaces to tabs, simplified client output |
| 2008-07-16 |
ankur |
added server-managed pop cap, autocleaned code |
| 2008-07-14 |
ankur |
formatted previous commit |
| 2008-07-14 |
ankur |
added age limit for elitist selection, reduced chance of mutation, simplified output, added highest boggle display |
| 2008-07-13 |
ankur |
genericized code, made incest penalty more subtle, added output of entire generation on client, clarified target of server output |
| 2008-07-12 |
ankur |
changed ip |
| 2008-07-12 |
ankur |
added files i forgot |
| 2008-07-12 |
ankur |
changed client score metric to high score, made server output good for gnuplot |
| 2008-07-12 |
ankur |
updated client to match new protocol |