• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

AdamStelmaszczyk / gtsa / 485

Builds Branch Commit Type Ran Committer Via Coverage
485 master Add the game of Go push 15 Oct 2021 06:07PM UTC Adam Stelmaszczyk travis-ci-com pending completion
482 master Remove State::update_stats() It was decreasing readability (had to scroll up a lot) and not doing much. push 06 Oct 2021 07:18PM UTC Adam Stelmaszczyk travis-ci-com pending completion
481 master Fix the UCT maximization This fixes a severe bug that was making MCTS + UCT much weaker. Root player move was corractly taken as: max(ratio + UCT) However, for the opponent wrong move was taken: min(ratio - UCT) I thought it was doing: min(... push 06 Oct 2021 07:13PM UTC Adam Stelmaszczyk travis-ci-com pending completion
480 master Fix the UCT maximization This fixes a severe bug that was making MCTS + UCT much weaker. Root player move was corractly taken as: max(ratio + UCT) However, for the opponent wrong move was taken: min(ratio - UCT) I thought it was doing: min(... push 06 Oct 2021 07:03PM UTC Adam Stelmaszczyk travis-ci-com pending completion
478 master Fix the UCT maximization This fixes a severe bug that was making MCTS + UCT much weaker. Root player move was corractly taken as: max(ratio + UCT) However, for the opponent wrong move was taken: min(ratio - UCT) I thought it was doing: min(... push 06 Oct 2021 06:59PM UTC Adam Stelmaszczyk travis-ci-com pending completion
477 master Fix the UCT maximization This fixes a severe bug that was making MCTS + UCT much weaker. Root player moves was corractly taken as: max(ratio + UCT) However, for the opponent wrong moves were taken: min(ratio - UCT) I thought it was doing: mi... push 06 Oct 2021 06:58PM UTC Adam Stelmaszczyk travis-ci-com pending completion
476 master Move to travis-ci.com api 06 Oct 2021 03:09PM UTC Adam Stelmaszczyk travis-ci-com pending completion
475 master Fix README typo push 23 Jul 2020 08:23AM UTC web-flow travis-ci pending completion
474 master No get_winning_move as it's not canonical MCTS It was probably hurting the performance, because instead of light rollouts (only random moves) it tried all the legal moves (also had to generate them, which is slow). Number of simulations increase... push 26 Jun 2019 07:14PM UTC AdamStelmaszczyk travis-ci pending completion
472 master Virtual visits, close #18 It improved MCTS, benchmark: IsolaState state = IsolaState("___2___" "_______" "_______" "_______" ... push 26 Jun 2019 06:11PM UTC AdamStelmaszczyk travis-ci pending completion
473 master Update README.md push 26 Jun 2019 06:09PM UTC web-flow travis-ci pending completion
471 master Speed up: do not recreate MT engine on every call Number of simulations increased from ~2000 to ~3000: MonteCarloTreeSearch<IsolaState, IsolaMove> a(1); auto m = a.get_move(&state); cout << a.read_log(); push 20 Jun 2019 08:03AM UTC AdamStelmaszczyk travis-ci pending completion
470 master Fix valgrind's boost::math::erfc_inv<long double>: Oveflow Error https://jira.mongodb.org/browse/SERVER-25771 push 19 Jun 2019 09:22PM UTC AdamStelmaszczyk travis-ci pending completion
468 master Log moves only when verbose > 1 push 31 Jan 2019 05:34PM UTC AdamStelmaszczyk travis-ci pending completion
467 master Print player_char not player_index push 10 Jul 2018 11:18AM UTC AdamStelmaszczyk travis-ci pending completion
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc