Skip to content

Commit a3d3bda

Browse files
seveibarclaude
andauthored
Retrain on failing samples only- increase from 30% -> 60% for 30 crossing 2x2 problems on benchmark. Introduce dataset01, 1000 difficult, possible sampels (#22)
* wip retrain without squares * update weights based on training run * max iterations based on crossings * wip * script for dataset generation * Add dataset01 samples and update weights - Add dataset01 split into 1000 individual sample files - Update weights based on "failing only" dataset training run Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * format * manually import samples into fixture * wip --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 41702cb commit a3d3bda

File tree

1,012 files changed

+2055
-113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,012 files changed

+2055
-113
lines changed

biome.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.0/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
33
"assist": { "actions": { "source": { "organizeImports": "on" } } },
44
"formatter": {
55
"enabled": true,
66
"indentStyle": "space"
77
},
88
"files": {
9-
"includes": ["**", "!**/cosmos-export", "!**/dist", "!**/package.json"]
9+
"includes": [
10+
"**",
11+
"!**/cosmos-export",
12+
"!**/dist",
13+
"!**/package.json",
14+
"!**/datasets/**"
15+
]
1016
},
1117
"javascript": {
1218
"formatter": {

datasets/jumper-graph-solver/dataset01/samples/sample0001.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

datasets/jumper-graph-solver/dataset01/samples/sample0002.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

datasets/jumper-graph-solver/dataset01/samples/sample0003.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

datasets/jumper-graph-solver/dataset01/samples/sample0004.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

datasets/jumper-graph-solver/dataset01/samples/sample0005.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

datasets/jumper-graph-solver/dataset01/samples/sample0006.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

datasets/jumper-graph-solver/dataset01/samples/sample0007.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

datasets/jumper-graph-solver/dataset01/samples/sample0008.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

datasets/jumper-graph-solver/dataset01/samples/sample0009.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)