Nil Geisweiller

Results 64 issues of Nil Geisweiller

as they are likely the most frequently used buttons.

Under Wine 4.0.1 (Ubuntu 18.10) the Windows binary of zytrack crashes. Here's the full log [zytrack-wine-4.0.1-crash.txt](https://github.com/reduz/zytrax/files/3268239/zytrack-wine-4.0.1-crash.txt)

To use it, select ``` Preferences -> Control Surfaces -> Generic MIDI -> MIDI Bindings -> Roland A-30 ``` as well as the `Incoming MIDI on` corresponding to your Roland...

## Overview This is an exploratory proposal to introduce an `EvaluationOutput` link for predicates, akin to the `ExecutionOutput` link for schemata. It comes from the realization that fuzzy/probabilistic predicates as...

enhancement

Currently member link is formatted as ``` MemberLink ``` Linas has suggested a while ago to swap the arguments, as follows ``` MemberLink ``` I agree with that for the...

When matching classes of atoms, it could be convenient to be able to agglomerate all atom types representing concepts/sets. So for instance ``` (Get (TypeInh X (Type 'SetConnector)) X) ```...

It looks like `traverse-roots` fails on given optional atomspace, as the following code demonstrates ```scheme (use-modules (opencog)) (define new-as (cog-new-atomspace)) (define old-as (cog-set-atomspace! new-as)) (Inheritance (Concept "A") (Concept "B")) (cog-set-atomspace!...

bug
scheme

First enter ``` (define g-1 (GetLink (TypedVariable (VariableNode "$V-1") (TypeNode "VariableNode")) (LocalQuoteLink (ImplicationScopeLink (VariableNode "$V-1") (EvaluationLink (PredicateNode "P") (VariableNode "$V-1")) (EvaluationLink (PredicateNode "Q") (VariableNode "$V-1")))))) ``` Then ``` (define g-2...

pattern-matcher

The following ```scheme (define query (Get (VariableList (Variable "$vardecl") (Variable "$vardecl-0") (Variable "$vardecl-1") (Variable "$body-0") (Variable "$body-1")) (Present (Quote (Lambda (Unquote (Variable "$vardecl")) (And (Unquote (Variable "$body-0")) (Unquote (Variable "$body-1")))))...

bug
pattern-matcher

# Generalized Distributional TV ## Overview This is a proposal for a new TV type that encompasses probabilistic, fuzzy, distributional TV types and more. In short it is a distributional...

enhancement