Skip to content

Commit 073eebb

Browse files
cstaelinTheBizzle
authored andcommitted
add two extensions: numanal & linprog
numanal has been updated for NetLogo v7.0. linprog is a "new" linear programming extension which was carved out of the prior version of the numanal extension since it really didn't belong there.
1 parent 66ee0ad commit 073eebb

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

libraries.conf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,14 @@ In general, the LevelSpace syntax has been designed to align with existing NetLo
133133
version: "2.4.0"
134134
homepage: "https://docs.netlogo.org/7.0.0-beta2/ls.html"
135135
}
136+
{
137+
name: "LinProg"
138+
codeName: "linprog"
139+
shortDescription: "A set linear programming routines for NetLogo"
140+
longDescription: "The LinProg extension contains primitives for solving both primal and dual linear programming problems, with and without non-negativity constraints."
141+
version: "1.0.0"
142+
homepage: "https://github.com/cstaelin/LinProg-Extension"
143+
}
136144
{
137145
name: "Matrix"
138146
codeName: "matrix"
@@ -160,6 +168,14 @@ If you’d like to know more about matrices and how they can be used, you might
160168
homepage: "https://github.com/NetLogo/NodeJS-Extension"
161169
minNetLogoVersion: "NetLogo 6.3.0"
162170
}
171+
{
172+
name: "NumAnal"
173+
codeName: "numanal"
174+
shortDescription: "A set of numerical analysis routines for NetLogo"
175+
longDescription: "The NumAnal extension contains methods for finding the roots of single equations (Brent) and multivariable systems of equations (Newton and Broyden), for finding the minima of single equations (Brent) and multivariable functions (BOBYQA, CDS, CGS, CMAES, DES and Simplex), for finding fixed points (Scarf), and for evaluating definite integrals (Romberg). Documentation can be found in the folder/directory where the Extension Manager has installed the extension."
176+
version: "4.0.0"
177+
homepage: "https://github.com/cstaelin/NumAnal-Extension/releases"
178+
}
163179
{
164180
name: "Palette"
165181
codeName: "palette"

0 commit comments

Comments
 (0)