Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of Maximum Move Simulation Policy #17

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Hedgemon4
Copy link
Owner

@Hedgemon4 Hedgemon4 commented Mar 4, 2023

This change tried to use a heuristic which calculated how many squares a queen could move to after it made a move, calculate this for all possible moves, and then take the move that lead to the maximum value.

@Hedgemon4 Hedgemon4 self-assigned this Mar 4, 2023
@Hedgemon4 Hedgemon4 marked this pull request as draft March 4, 2023 17:48
@Hedgemon4 Hedgemon4 changed the title Started implementing changes to simulate policy Attempt at Implmenting a Different Heursitic for Our Simulate Apr 11, 2023
@Hedgemon4 Hedgemon4 changed the title Attempt at Implmenting a Different Heursitic for Our Simulate Implementation of Maximum Move Simulation Policy Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant