GithubHelp home page GithubHelp logo

Comments (5)

gregory-marton avatar gregory-marton commented on August 29, 2024

Can you say more? Who wants these, and for what? What's their desired behavior? Where in the code might one implement them? Are there similar features that one might start with in doing so?

from crosscat.

riastradh-probcomp avatar riastradh-probcomp commented on August 29, 2024

The intent is that you should be able to write:

CREATE GENERATOR foo_cc FOR foo USING crosscat (
    GUESS(*),
    INDEPENDENT(x, y),
    INDEPENDENT(x, z),
    DEPENDENT(x, w)
)

and have, for every Crosscat state, that x and w share a view, but x and y are in different views and x and z are in different views.

Baxter partially implemented this in Crosscat on a branch, bax-ensure-and-assert, but as I recall the strategy was sleazy and the implementation probably needed more work, so it was not merged.

from crosscat.

fsaad avatar fsaad commented on August 29, 2024

"The strategy was sleazy and the implementation probably needed more work", can you please elaborate on this statement? What is sleazy, and which parts need more work?

The only part that is a heuristic is sampling 100 states during initialization to determine if cc can be initialized with the constraints (rather than brute forcing all partitions / or something smarter like connected components etc)

from crosscat.

riastradh-probcomp avatar riastradh-probcomp commented on August 29, 2024

No, I can't elaborate on it -- I just remember that @BaxterEaves's feeling about it was that it was sleazy and slow.

from crosscat.

riastradh-probcomp avatar riastradh-probcomp commented on August 29, 2024

Fixed in 0.1.21 (commit db69c59).

from crosscat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.