Activity for Peter Lin

  • Peter Lin Peter Lin committed [r3194] on SVN

    improve length$ function

  • Peter Lin Peter Lin committed [r3193] on SVN

    forgot to add rad-neq to the function group

  • Peter Lin Peter Lin committed [r3192] on SVN

    fixed bug with rad-equals

  • Peter Lin Peter Lin committed [r3191] on SVN

    adding method to make it easier to execute functions from java programs

  • Peter Lin Peter Lin committed [r3190]

    updated jar with radix func

  • Peter Lin Peter Lin committed [r3189]

    adding radix functions

  • Peter Lin Peter Lin committed [r3188]

    finally found the bug with the not equals conditional element when there are multiple, silly logic error. didn't catch this since manners benchmark only has 1 rule that uses notEquals and it only uses 1 slot.

  • Peter Lin Peter Lin committed [r3187]

    I'm stupid, the engine was correct, the rule I wrote to test joins with 2 not equal slots was matching too eagerly since the facts were in both sides duh!

  • Peter Lin Peter Lin committed [r3186]

    some where it broke for manners benchmark, need to debug it over the weekend

  • Peter Lin Peter Lin committed [r3185]

    brainfar, reverting the change, it was fine. the rule was wrong

  • Peter Lin Peter Lin committed [r3184]

    fixed notequal join when there are multiple slots that are not equal

  • Peter Lin Peter Lin posted a comment on discussion Help

    Here is the error from the IDE log when I click "new project" SEVERE [global] java.lang.ClassNotFoundException: javax.activation.DataContentHandlerFactory at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:606) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:168) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222) Caused: java.lang.ClassNotFoundException:...

  • Peter Lin Peter Lin posted a comment on discussion Help

    Given M1 Macbook air defaults to using zsh now, I was able to download the zip version and get it to run. But after it starts, creating a new project fails. here's the steps to get it to run open terminal run "/bin/bash" run neuroph studio with ./neurophstudio --jdkhome [path to jdk home] in my case, I am running Azul zulu openjdk release for M1. The path zulu uses is /Library/Java/JavaVirtualMachines/zulu-15.jdk/Contents/Home/

  • Peter Lin Peter Lin posted a comment on discussion Help

    Exception: java.lang.NoClassDefFoundError. java/util/jar/Pack200 I'm using Azul's openJDK build for M1 mac. openjdk version "15.0.1" 2020-10-20 OpenJDK Runtime Environment Zulu15.28+1013-CA (build 15.0.1+9)

  • Peter Lin Peter Lin posted a comment on discussion Help

    I downloaded the zip version of release 2.98 and followed the docs for creating a basic test project. http://neuroph.sourceforge.net/image_recognition.html When I try to run the training wizard, it gives me a error no matter what value I use for Training set percent SEVERE [com.jme3.gde.core.scene.SceneApplication]: Uncaught exception thrown in Thread[Thread-13,6,main] java.lang.ClassCastException: org.neuroph.training.Variable cannot be cast to java.util.Stack at org.neuroph.training.SetWorkflowParametarsTask.execute(SetWorkflowParametarsTask.java:29)...

  • Peter Lin Peter Lin committed [r3183]

    porting some fixes by dave from github back to sourceforge. I prefer subversion over git and often I curse Linus Torvald for creating GIT

  • Peter Lin Peter Lin committed [r3182]

    updated the string functions to handle bindings

  • Peter Lin Peter Lin committed [r3181]

    updated the jar and constants for a new release

  • Peter Lin Peter Lin committed [r3180]

    changed JSONData to use servletContext to load the data file if the user puts them in WEB-INF

  • Peter Lin Peter Lin committed [r3179]

    checking in unit test for the new JSON data

  • Peter Lin Peter Lin committed [r3178]

    fixed bug with reading json data

  • Peter Lin Peter Lin committed [r3177]

    adding support for JSON data to make it easier to startup a rule service

  • Peter Lin Peter Lin committed [r3176]

    fixed silly bug with str-no-empty return to boolean

  • Peter Lin Peter Lin committed [r3175]

    fixed the classloader in the case where the jars are in the WAR and not remote

  • Peter Lin Peter Lin committed [r3174]

    almost done refactoring the ruleservice listener so it works with the latest version of tomcat.

  • Peter Lin Peter Lin committed [r3173]

    due to how JSON works, we can't handle object inheritance. instead we have separate list for object and clips data.

  • Peter Lin Peter Lin committed [r3172]

    forgot to change the servlet listener to read from .json file

  • Peter Lin Peter Lin committed [r3171]

    updating the rule service to use JSON instead of XML. the version of xstream gets a warning in tomcat. time to change it

  • Peter Lin Peter Lin committed [r3170]

    adding windows powershell script to make it easier to run

  • Peter Lin Peter Lin committed [r3169]

    fixed a bug with modify function when the value for a slot is a binding that is declared in the action of the rule

  • Peter Lin Peter Lin committed [r3168]

    updating the jar

  • Peter Lin Peter Lin committed [r3167]

    fixed bug with macro generator for fields that are arrays

  • Peter Lin Peter Lin committed [r3166]

    fixed bug with calling Java method with a binding

  • Peter Lin Peter Lin committed [r3165]

    now modify can handle object fields that are objects

  • Peter Lin Peter Lin committed [r3164]

    doing some clean up and added string-not-empty function

  • Peter Lin Peter Lin committed [r3163]

    adding eager set contains function that mimics fuzzy matching. this way if the user's answer doesn't match the entries in the set exactly, the function has a better chance of matching.

  • Peter Lin Peter Lin committed [r3162]

  • Peter Lin Peter Lin committed [r3161]

    adding batch for static objects

  • Peter Lin Peter Lin committed [r3160]

    adding a new function to load java objects

  • Peter Lin Peter Lin committed [r3159]

    adding the unix/mac shell version of start script

  • Peter Lin Peter Lin committed [r3158]

    adding reference to Node object, this way we can associate a node to external objects

  • Peter Lin Peter Lin committed [r3157]

    adding more examples to test graph query

  • Peter Lin Peter Lin committed [r3156]

    forgot to update clear function to re declare the graph objects

  • Peter Lin Peter Lin committed [r3155]

    fixed bug with working memory so it returns the right right memory for query joins. it works now

  • Peter Lin Peter Lin committed [r3154]

    add watch so I can figure out why graph queries aren't working like I expected, there's a bug some where

  • Peter Lin Peter Lin committed [r3153]

    getting rid of clone for graph queries

  • Peter Lin Peter Lin committed [r3152]

    doing some clean up and refactoring of the defquery stuff. boy why did I make it so messy and why didn't I clean this up sooner?

  • Peter Lin Peter Lin committed [r3151]

    fixed bug with query leftinput adapter node not getting set properly

  • Peter Lin Peter Lin committed [r3150]

    it wasn't passing the right query parameters

  • Peter Lin Peter Lin committed [r3149]

    graph query isn't handling queryParameterNode correctly yet

  • Peter Lin Peter Lin committed [r3148]

    graph query compiler isn't correct yet, it's not handling the literal constraints correctly

  • Peter Lin Peter Lin committed [r3147]

    changed the logic for some of the query nodes, since they need to propagate data now

  • Peter Lin Peter Lin committed [r3146]

    graph query is almost working

  • Peter Lin Peter Lin committed [r3145]

    now load-graph returns array of facts

  • Peter Lin Peter Lin committed [r3144]

    graph query loads and load-graph almost ready

  • Peter Lin Peter Lin committed [r3143]

    compile errors fixed, now it compiles the graph query, still need to test it

  • Peter Lin Peter Lin committed [r3142]

    graph query isn't working yet, but making some progress

  • Peter Lin Peter Lin committed [r3141]

    graph query compiler uses a different result node, it gets the last fact

  • Peter Lin Peter Lin committed [r3140]

    adding support for compiling graph queries

  • Peter Lin Peter Lin committed [r3139]

    improved print function to handle list and nested array

  • Peter Lin Peter Lin committed [r3138]

    fixed a bug with defquery compiler

  • Peter Lin Peter Lin committed [r3137]

    before I move forward, doing some experiments with regular defquery

  • Peter Lin Peter Lin committed [r3136]

    adding GraphQuery, which extends defquery object, since it's basically the same functionality

  • Peter Lin Peter Lin committed [r3135]

    starting to work on the graphQueryCompiler

  • Peter Lin Peter Lin committed [r3134]

    started working on adding graph features to jamocha. something generic that supports basic nodes and edges

  • Peter Lin Peter Lin committed [r3133]

    improved token-match so it can handle either object or slot

  • Peter Lin Peter Lin committed [r3132]

    changed the order of the parameters to keep it consistent with set-contains and map-contains

  • Peter Lin Peter Lin committed [r3131]

    some clean up of the new text functions

  • Peter Lin Peter Lin committed [r3130]

    adding text functions

  • Peter Lin Peter Lin committed [r3129]

    adding set-contains function

  • Peter Lin Peter Lin committed [r3128]

    fixed bug with BoundParam so it resolves objects correctly

  • Peter Lin Peter Lin committed [r3127]

    adding function to test if a map contains a string key

  • Peter Lin Peter Lin committed [r3126]

    minor edits to the explanation. still need to i...

  • Peter Lin Peter Lin committed [r3125]

    I didn't check these final changes in and just ...

  • Peter Lin Peter Lin imported Tickets

  • Peter Lin Peter Lin imported Wiki

  • Peter Lin Peter Lin imported Code

  • Peter Lin Peter Lin committed [r3124]

    funny, finally started to write the lessons lea...

1
MongoDB Logo MongoDB