🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

multimcts

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multimcts - npm Package Compare versions

Comparing version
2.1.0
to
2.1.1
+2
-1
package.json
{
"name": "multimcts",
"version": "2.1.0",
"version": "2.1.1",
"description": "TypeScript Monte Carlo Tree Search for multi-team games",

@@ -53,2 +53,3 @@ "type": "module",

"arena": "npm run build && node --experimental-strip-types scripts/arena.mjs",
"benchmark:compare": "node scripts/compare-benchmark-suite.mjs",
"compare:arena": "node scripts/compare-arena.mjs",

@@ -55,0 +56,0 @@ "build": "rm -rf dist && tsc -p tsconfig.json",

@@ -256,2 +256,10 @@ # multimcts

Run the current benchmark suite against the post-`2.0.0` baseline:
```bash
npm run benchmark:compare -- --quick
```
That wrapper builds each ref once, then runs profile and arena comparisons across the canonical scenario set, including `Isolation`. It defaults to comparing `WORKTREE` against commit `55e09df`, and `--quick` keeps the matrix small enough for routine spot checks.
Future design notes for deferred ideas live in [docs/future-design-notes.md](docs/future-design-notes.md).

@@ -258,0 +266,0 @@