Java
Java copied to clipboard
Add tests, remove `main` in `MonteCarloTreeSearch`
- [x] I have read CONTRIBUTING.md.
- [x] This pull request is all my own work -- I have not plagiarized it.
- [x] All filenames are in PascalCase.
- [x] All functions and variable names follow Java naming conventions.
- [x] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
- [x] All new code is formatted with
clang-format -i --style=file path/to/your/file.java
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 59.24%. Comparing base (
b54cc21) to head (1d1aed9). Report is 4 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #5673 +/- ##
============================================
+ Coverage 58.59% 59.24% +0.64%
- Complexity 3749 3790 +41
============================================
Files 554 556 +2
Lines 15922 15948 +26
Branches 3030 3040 +10
============================================
+ Hits 9330 9448 +118
+ Misses 6195 6096 -99
- Partials 397 404 +7
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.