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

Adding remoteness to "lose" #72

Open
Ant1ng2 opened this issue Dec 7, 2020 · 0 comments
Open

Adding remoteness to "lose" #72

Ant1ng2 opened this issue Dec 7, 2020 · 0 comments
Labels
help wanted Extra attention is needed Solver Issues regarding Solvers in general

Comments

@Ant1ng2
Copy link
Contributor

Ant1ng2 commented Dec 7, 2020

Dan's Request: GeneralSolver currently doesn't support functionality to display the remoteness of a "losing position". Redesign the implementation of GeneralSolver to support this.

We first need to define a primitive for a losing position. This can be defined as when the generateMoves for legal moves is an empty set.

Next start with CSPs to first find the "losing positions" defined by our primitives. We may need to define another way to store remoteness and values for GeneralSolver, SqliteSolver, and IndexSolver.

@Ant1ng2 Ant1ng2 added help wanted Extra attention is needed Solver Issues regarding Solvers in general labels Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed Solver Issues regarding Solvers in general
Projects
None yet
Development

No branches or pull requests

1 participant