Skip to content

Commit

Permalink
Improved the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Jan 3, 2025
1 parent 84fbbe7 commit 1b88c7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Eval/InverseEvalInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

namespace Chess\Eval;

/**
* Inverse Evaluation Interface
*
* Inverse evaluation.
*/
interface InverseEvalInterface
{
}
5 changes: 5 additions & 0 deletions src/Eval/UniqueEvalInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

namespace Chess\Eval;

/**
* Unique Evaluation Interface
*
* Unique imbalance.
*/
interface UniqueEvalInterface
{
}

0 comments on commit 1b88c7d

Please sign in to comment.