• Joined on 2026-02-08
wfolsom created branch master in wfolsom/cs8803p4 2026-02-10 16:35:06 +00:00
wfolsom pushed to master at wfolsom/cs8803p4 2026-02-10 16:35:06 +00:00
1f7ff56204 Updated build for Java 8. Version 6 is no longer supported as of Java SE JDK 25.
b8d9480ae7 Added license and README.txt.
3ba0db6ebd All MoveGenerators default to 1 move lookahead.
924780baaf Substantially improved performance of Board.isLegal().
48915071d4 Now allows a leading - character for command-line arguments. The presence or absence of this character a has not effect.
Compare 10 commits »
wfolsom created repository wfolsom/cs8803p4 2026-02-10 16:34:35 +00:00
wfolsom created branch master in wfolsom/cs8803p3 2026-02-10 16:28:33 +00:00
wfolsom pushed to master at wfolsom/cs8803p3 2026-02-10 16:28:33 +00:00
0bb5d3fa65 Updated build for Java 8. Version 6 is no longer supported as of Java SE JDK 25.
a2a6df8aa6 Final edits.
b57a8da512 Last stuff.
cc15541e89 Mario has 3 lives again.
54bf5937f0 - Fixed the bump bug. Kind of. I circumvented it.
Compare 10 commits »
wfolsom created repository wfolsom/cs8803p3 2026-02-10 16:27:07 +00:00
wfolsom created branch master in wfolsom/cs6601p3 2026-02-10 16:17:21 +00:00
wfolsom pushed to master at wfolsom/cs6601p3 2026-02-10 16:17:21 +00:00
1898c35571 Updated build for Java 8. Version 6 is no longer supported as of Java SE JDK 25.
5270359b10 Removed dangerous code to populate the database - this must be retrieved from git in order to repopulate the headlines table.
6e3680426e Added script to pull historical stock data and resulting data files (1 per company). Added code to generate average price change per 1, 2 and 3-gram. Added code to output average price change per headline for VALIDATION dataset.
eec32b19c1 Added ability to generate 1, 2, 3-gram models on a company/date-range basis using <UNK> to represent the initial appearance of a previously unknown word.
027adff2dd HeadlinePuller can import all news articles for Fortune 50 within a date range from Yahoo Finance historical data, inserting the headline text into the headlines table of database cs6601p3 on woodyfolsom.net:3306.
wfolsom created repository wfolsom/cs6601p3 2026-02-10 16:15:58 +00:00
wfolsom created branch master in wfolsom/cs6601p2 2026-02-10 16:06:34 +00:00
wfolsom pushed to master at wfolsom/cs6601p2 2026-02-10 16:06:34 +00:00
2409db446a Updated build for Java 8. Version 6 is no longer supported as of Java SE JDK 25.
035fb5039a Merge branch 'master' of woodyfolsom.net:/opt/git/cs6601p2
052da376ce Final write-up edits (turned in) and some build/source cleanup to ensure that turned in code can be run from command line.
28aec2a148 Writing up
b7676b08c2 Merge branch 'master' of woodyfolsom.net:/opt/git/cs6601p2
Compare 10 commits »
wfolsom created repository wfolsom/cs6601p2 2026-02-10 16:06:20 +00:00
wfolsom created branch master in wfolsom/cs6601p1 2026-02-10 16:03:45 +00:00
wfolsom pushed to master at wfolsom/cs6601p1 2026-02-10 16:03:45 +00:00
6c0b871da3 Updated build for Java 8. Version 6 is no longer supported as of Java SE JDK 25.
ca6863b43e Game can now be run using java -jar GoGame.jar.
d4acc5beda Fixed use of Zobrist hash for positional superko detection.
0bbcb1054d MonteCarloUCT now plays most of a 9x9 game.
d3c03f2c51 Updated RandomMoveGenerator to support MonteCarloUCT.
wfolsom created repository wfolsom/cs6601p1 2026-02-10 15:59:20 +00:00
wfolsom created branch master in wfolsom/msproj 2026-02-08 15:20:20 +00:00
wfolsom pushed to master at wfolsom/msproj 2026-02-08 15:20:20 +00:00
f59de76865 Added dependencies jaxb-api-2.3.1 and activation-1.0.2 because JAXB was removed from the JAVA SE JDK in version 11.
606f069cff Changed JUnit output to XML for Jenkins CI.
70c7d7d9b1 Fixes for ANN serialization and unit tests.
14bc769493 Added connect.bat, made minor changes to kgsGtp.ini. ScratchGo can now easily connect to gokgs.com's server.
28dc44b61e Fixed AMAF, SMAF algorithms.
Compare 10 commits »
wfolsom created repository wfolsom/msproj 2026-02-08 15:08:35 +00:00