Skip to content

Added MonteCarloTreeSearch algorithm#2588

Merged
siriak merged 5 commits into
TheAlgorithms:masterfrom
aitorfi:addMonteCarloTreeSearchAlgorithm
Oct 16, 2021
Merged

Added MonteCarloTreeSearch algorithm#2588
siriak merged 5 commits into
TheAlgorithms:masterfrom
aitorfi:addMonteCarloTreeSearchAlgorithm

Conversation

@aitorfi

@aitorfi aitorfi commented Oct 12, 2021

Copy link
Copy Markdown
Contributor

Describe your change:

Added Monte Carlo Tree Search algorithm.

  • Add an algorithm?

References

Checklist:

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized.
  • I know that pull requests will not be merged if they fail the automated tests.
  • This PR only changes one algorithm file. To ease review, please open separate PRs for separate algorithms.
  • All new Java files are placed inside an existing directory.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in its comments that points to Wikipedia or other similar explanation.

@aitorfi aitorfi requested a review from siriak as a code owner October 12, 2021 16:23
Comment thread Searches/MonteCarloTreeSearch.java Outdated
Comment thread Searches/MonteCarloTreeSearch.java Outdated
aitorfi and others added 4 commits October 16, 2021 16:47
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
@aitorfi aitorfi requested a review from siriak October 16, 2021 14:10
@siriak siriak merged commit 72b89bc into TheAlgorithms:master Oct 16, 2021
@aitorfi aitorfi deleted the addMonteCarloTreeSearchAlgorithm branch November 12, 2021 17:33
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.

2 participants