Anatoly Belikov

Results 45 comments of Anatoly Belikov

`why you are rejecting what seems to be a very simple, clear and obvious design.` @linas Honestly you just replaced PyObject* with PyExec* and ExectutionOutputLink with VisualLink. The only argument...

Besides pl/sql allows to call external code, so there is place for it even in relational databases

> What's the github repo? The link is provided in the beginning of the issue, i copy it here: https://github.com/singnet/semantic-vision/blob/9ca40eedd78eb6aec7af469defd436eace2c4be5/experiments/opencog/pattern_matcher_vqa/tbd_cog/tbd_helpers.py#L140-L166 > VisualLink requires one to write some imperative code to...

@linas have you changed your mind on merging ptrvalue and grounded object node from singnet? We use them for integration with pytorch as it was proposed here https://github.com/opencog/atomspace/issues/1970. So far...

@linas I agree. PtrValue was at first living in it's own repo, i guess we can move it again somewhere, maybe to opencog/opencog

So why i can't use ListLink with some variable node to match conditional part of the bindlink with another variable? ```scheme (ListLink (Concept "I") (Variable "$planet") (Concept "you")) ``` $5...

I expect duallink be dual to bindlink, i.g. to return condition of the bindlink given the data, if the data matches in bindlink execution.

Why cogserver uses PythonEval from atomspace? It can just call PyRun_InteractiveLoopFlags

Good idea, I was expecting FloatValue to hold one value when saw it in the code.

@ngeiswei Another name suggestion - FloatArray or FloatVec