Skip to content

Commit 46fb260

Browse files
DougSaltLaCuneta
authored andcommitted
Adding the CBR extension.
1 parent 5683056 commit 46fb260

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

extensions/cbr-1.0.1.jar

30.5 KB
Binary file not shown.

libraries.conf

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,20 @@ Unlike NetLogo’s lists and strings, arrays are “mutable”. That means that
4040
homepage: "https://github.com/garypolhill/netlogo-bitstring/blob/nl6/README.md"
4141
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/bitstring-2.1.0.zip"
4242
}
43+
{
44+
name: "Case based reasoning"
45+
codeName: "cbr"
46+
shortDescription: "A case based reasoner extension"
47+
longDescription: """A case base reasoner that provides the necessary
48+
keywords to implement a case based reasoner consistently. A case base consists
49+
of the riple: state,decision,outcome. This framework can return single or
50+
multiple triples from the case base which match a given state and decision
51+
using the the inbuilt distance function or a user defined function. Command to dynamically modify the case base are also provided, such as addition and deletion of specific cases based on age, or size of case base.
52+
"""
53+
version: "1.0.1"
54+
homepage: "https://github.com/DougSalt/cbr.git"
55+
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/cbr-1.0.1.zip"
56+
}
4357
{
4458
name: "CogLogo"
4559
codeName: "coglogo"

0 commit comments

Comments
 (0)