Pinned Repositories
GamesAndAgents
Several games and a few classes for network architectures to train on and play the games
Netrunner
Created an online version of the netrunner tcg
Python-Projects
Includes conway's game of life, a simple checkers game, and battleship with a probability based agent, as well as an evolution sim using neural network agents and genetic programming
Random-Java-Projects
Random java projects
VertexCovering
Worked on a greedy algorithm for generating vertex coverings in polynomial time. Generated a correct covering roughly 90% of the time for graphs with 20 vertices. Couldn't test on larger graphs due to the problem being np hard.
jstampfli676's Repositories
jstampfli676/Random-Java-Projects
Random java projects
jstampfli676/Python-Projects
Includes conway's game of life, a simple checkers game, and battleship with a probability based agent, as well as an evolution sim using neural network agents and genetic programming
jstampfli676/Netrunner
Created an online version of the netrunner tcg
jstampfli676/VertexCovering
Worked on a greedy algorithm for generating vertex coverings in polynomial time. Generated a correct covering roughly 90% of the time for graphs with 20 vertices. Couldn't test on larger graphs due to the problem being np hard.
jstampfli676/GamesAndAgents
Several games and a few classes for network architectures to train on and play the games