Production Artificial Intelligence Technology

Welcome to Sign in | Join | Help
Home Blogs Forums Bots Docs Photos Downloads

Clips .NET 6.24 1.1.5b

File Details
Downloads: 1313 File Size: 7.5MB
Posted By: admin Views: 1024
Date Added: 4 Feb 2007

External function calls and DataObject interaction Should now work correctly.  This was ment to be a maintenance release but significant functionality and bug fixes are in this release.  Look at the test function in UserDefinedFunctions.cs in ProAi.Clips.TestSuite to see the syntax of how to do correct external function calls and DataObject manipulation.  These test cases are fully commented and should aid anyone attempting to use this feature.

Comments
 

Ninja said:

Thank you for this files. But it ask for a password how can i find it?
13 Sep 2007 7:07 AM
 

Student said:

Thank you for your help but it asks for a password.. an documentaion which we can use .. ? thanks again
31 Dec 2007 4:05 AM
 

Simba said:

Thank you for this nice C# wrapper for the C++ wrapper of the Clips engine written in C. Unfortunately I got a bunch of memory leaks whenever I work with DataObjects. They don't seem to be disposed from memory properly. Here is an example of the biggest leak that occurs when copying all facts of the knowledge base to a collection. Collection<string> factCol = new Collection<string>(); for (int i = ruleEngine.FactList.Begin; i <= ruleEngine.FactList.End; i++) { if (ruleEngine.FactList.GetMFDataType(i).Equals(ClipsType.FactAddress)) { Field field = _dataObject.GetMFValue(i); Fact fact = field.ToFact(); factCol.Add(fact.ToString()); } }
31 Jan 2008 8:21 AM
 

shashi said:

Where can I find the password?
12 Feb 2008 5:54 PM
 

rhen said:

It's great to have this. But I'm having difficulty to understand and use it. Maybe some documentation and examples would be nice. I really need it, cause I use this CLIPS .NET as assistance for finishinh my final project...
16 Jun 2008 11:59 AM

Add Comment

Name (required)
Web Site (optional)
Comment (required)
Add
Powered by Community Server, by Telligent Systems