9
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change active agents command to list available agents and add new command for getting active agents
ferrouswheel
as Joel Pitt
More... over 14 years ago
Exposed getAtom() method of TLB class. More... over 14 years ago
Exposed UNDEFINED handle attribute of Handle class. More... over 14 years ago
Did some experiments and made some corrections. More... over 14 years ago
Actually exposed 6 methods of Request class. More... over 14 years ago
Exposed unregisterAgent() method of CogServer class. More... over 14 years ago
Exposed registerAgent() method of CogServer class. More... over 14 years ago
Exposed abstract Request class. More... over 14 years ago
Exposed getVLTI/setVLTI methods of AtomSpace class. More... over 14 years ago
Exposed getLTI/setLTI methods of AtomSpace class. More... over 14 years ago
Exposed getAV/setAV methods of AtomSpace class. More... over 14 years ago
fixed lazy_selector.cc and added test unit for it More... over 14 years ago
changed the rng.randint(dim) to lazy_random_selector to avoid the repeatance of generate the same random number, so the sample_from_neighborhood will have the right distance
xiaohui
as xiaohui-zju
More... over 14 years ago
- fix the bug of sample_from_neighborhood to sample from the center instance but not the initial exemplar - add some code snippet of annealing simulated
xiaohui
as xiaohui-zju
More... over 14 years ago
bug fixes for how the variable binding is done. More... over 14 years ago
tweak the examples a bit. More... over 14 years ago
Expand test to try out multiple variables. More... over 14 years ago
reject matches to other variables, explicitly More... over 14 years ago
Add test for restricted types. More... over 14 years ago
Add some documentation. More... over 14 years ago
fix bug, type restrictions now seem to actually work. More... over 14 years ago
Call the node match callback even when comparing groundings to variables. More... over 14 years ago
almost-working type restrictor. More... over 14 years ago
start work on actual type filtering. More... over 14 years ago
create lists of type restrictions from the input data. More... over 14 years ago
remove prototype for unimplemented, unused function. More... over 14 years ago
scope some of the type definitions to be local to this class. More... over 14 years ago
Refactor variable type extraction More... over 14 years ago
Add license notices. More... over 14 years ago
Check-in the auto-generated type declaration files. I guess I forgot these when checking in the type defitions earlier. More... over 14 years ago