Skip to content

Commit d2d2c11

Browse files
committed
BSpace: Add to listing
1 parent 14e1cb2 commit d2d2c11

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

extensions/bspace-0.1.0.zip

237 KB
Binary file not shown.

libraries.conf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ Unlike NetLogo’s lists and strings, arrays are “mutable”. That means that
2727
version: "1.2.1"
2828
homepage: "https://ccl.northwestern.edu/netlogo/7.0.0-beta0/docs/bitmap.html"
2929
}
30+
{
31+
name: "bspace"
32+
codeName: "bspace"
33+
shortDescription: "Create and run BehaviorSpace experiments programmatically"
34+
longDescription: "You can use this extension alone or in combination with the GUI BehaviorSpace tool, and you can run experiments created in the GUI tool with the extension. You can copy experiments, and can set any of the parameters in the Experiment dialog or the Run options dialog.
35+
36+
NOTE: This extension is a work in progress. Please visit the extension's homepage on GitHub and open an 'Issue' with any suggestions you have for fixes or extended functionality."
37+
version: "0.1.0"
38+
homepage: "https://github.com/NetLogo/BehaviorSpace-Extension"
39+
}
3040
{
3141
name: "CSV"
3242
codeName: "csv"

0 commit comments

Comments
 (0)