Skip to content

Commit

Permalink
rename learning to training in functions, work on lucas example
Browse files Browse the repository at this point in the history
  • Loading branch information
axsk committed Feb 28, 2024
1 parent 8cedffc commit 81d9273
Show file tree
Hide file tree
Showing 11 changed files with 42,678 additions and 42,666 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ using ISOKANN
iso = IsoRun() # create the ISOKANN system/configuration
run!(iso) # run it for iso.nd steps

plot_learning(iso) # plot the training overview
plot_training(iso) # plot the training overview

# scatter plot of all initial points colored in corresponding chi value
scatter_ramachandran(iso.data[1], iso.model)
Expand Down
2 changes: 1 addition & 1 deletion examples/reactionpath dipep.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"metadata": {},
"outputs": [],
"source": [
"plot_learning(iso)"
"plot_training(iso)"
]
},
{
Expand Down
Loading

0 comments on commit 81d9273

Please sign in to comment.