aboutsummaryrefslogtreecommitdiffstats
path: root/python (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create bash script, add logs to gitignoreMatt Strapp2021-04-291-10/+0
|
* Fix neverending loopMatt Strapp2021-04-281-0/+5
|
* Double both iterations and timeMatt Strapp2021-04-281-2/+2
|
* Revert "Double time"Matt Strapp2021-04-281-1/+1
| | | | This reverts commit 0002595c67d63a85f30038f6723cc6ce2986b65b.
* Revert "Uncomment thing essential for choosing legal moves"Matt Strapp2021-04-281-1/+1
| | | | This reverts commit 5f44f3b84c39154599924e3a79b0f9a1ac0d08a8.
* Double timeMatt Strapp2021-04-281-1/+1
| | | | (to test)
* Uncomment thing essential for choosing legal movesMatt Strapp2021-04-281-1/+1
|
* Merge branch 'master' of https://github.umn.edu/smit9523/CSCI-4511W-ProjectJack Vehmeier2021-04-281-0/+5
|\
| * Lower CPU requirements for faster runtimesMatt Strapp2021-04-281-1/+1
| |
| * Add a basic repr for an ABNodeMatt Strapp2021-04-281-0/+5
| |
* | fixedJack Vehmeier2021-04-283-3/+4
|/
* alphabeta is closerJack Vehmeier2021-04-273-3/+5
|
* Change some stuffMatt Strapp2021-04-272-3/+2
|
* Get rid of super slow deepcopyMatt Strapp2021-04-271-1/+1
|
* Publish functional codeMatt Strapp2021-04-271-4/+5
|
* Refactor min to be like maxMatt Strapp2021-04-271-2/+2
|
* Get it to functionMatt Strapp2021-04-271-8/+8
|
* Fix bad package importMatt Strapp2021-04-271-1/+1
|
* vehme003Jack Vehmeier2021-04-272-3/+3
|
* changed the get move to minimaxJack Vehmeier2021-04-271-1/+1
|
* attempted to redo AB pruning completelyJack Vehmeier2021-04-261-24/+25
|
* fixed node againJack Vehmeier2021-04-261-2/+11
|
* changed node stuffJack Vehmeier2021-04-261-11/+11
|
* i added a spaceJack Vehmeier2021-04-261-1/+1
|
* refactor thingsMatt Strapp2021-04-264-3/+29
|
* Delete useless AB codeMatt Strapp2021-04-261-32/+0
|
* Revert "Refactor jsut about everything"Matt Strapp2021-04-2619-0/+2212
| | | | This reverts commit e58a60ed18bde5db28ba96910df518a61b3999b2.
* Refactor jsut about everythingMatt Strapp2021-04-2619-2212/+0
|
* Finally fixMatt Strapp2021-04-261-0/+1
|
* Revert "Test commit"Matt Strapp2021-04-261-148/+105
| | | | This reverts commit 828f04ddf3d75d66026ebf607e82dc7d456c36f7.
* Revert "change base???"Matt Strapp2021-04-265-88/+0
| | | | This reverts commit 6b9335b670df03d3452a9f65f03e1884d60ac88b.
* change base???Matt Strapp2021-04-265-0/+88
|
* Test commitMatt Strapp2021-04-261-105/+148
|
* Start work on ABMatt Strapp2021-04-263-4/+8
|
* Add debug configs,Matt Strapp2021-04-267-41/+164
|
* Rebase newer branchMatt Strapp2021-04-2618-0/+2084