Skip to content

Commit

Permalink
chore(demos): Add template of demo. Add python code for checks of the…
Browse files Browse the repository at this point in the history
… demo data.
  • Loading branch information
iaroslav-ai committed May 2, 2018
1 parent 5a80133 commit 64c7ff7
Show file tree
Hide file tree
Showing 22 changed files with 3,018 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "Launch Chrome debug on localhost:10783",
"type": "chrome",
"request": "launch",
"url": "http://localhost:10783/examples/example_quadratic.html",
"url": "http://localhost:10783/demos/sequential_nn_tuning.html",
"webRoot": "${workspaceFolder}/",
}
]
Expand Down
3 changes: 3 additions & 0 deletions demos/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Demos for optimization-js

This folder contains a set of example usages of optimization.js, which are technically or computationally to hard to do unit testing on.
517 changes: 517 additions & 0 deletions demos/bankruptcy_after_5_years.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 64c7ff7

Please sign in to comment.