Git Product home page Git Product logo

Comments (2)

gusmaogabriels avatar gusmaogabriels commented on May 24, 2024

Hi,

I have already translated the linearized kinetic model to Python. It's on GitHub (https://github.com/gusmaogabriels/mkin4py).

If you will, I can set some time and try to wrap the functions and parsers so that they work within the CatMAP environment.

Would that be ok?

Bests,
Gabriel

from catmap.

ajmedford avatar ajmedford commented on May 24, 2024

Hi Gabriel, this would be great!

My initial strategy would be to try to create a new solver class (e.g. GusmaoSolver). Ideally it would inherit from "MeanFieldSolver", but if I remember correctly some of the data structures in "MeanFieldSolver" might be incompatible with your approach so you might just inherit from SolverBase, or inherit from MeanFieldSolver but overwrite functions as necessary. There are lots of idiosyncrasies in the code, and the documentation is ever-improving but still somewhat lacking so please don't hesitate to post questions here or to the list.

Please note that much of the seemingly senseless complexity in the CatMAP solver and data structures arises from the coverage-dependent energy implementation. Not sure if your solver would be compatible with coverage-dependence, but if so that would be especially valuable since the current solver suffers from a lot of convergence issues with coverage-dependent parameters.

I also used a "compile" hack to avoid re-forming the systems of equations at every point in descriptor-space. Not sure if this will be relevant, but it is worth knowing about since it leads to a lot of nonstandard coding.

Post any questions here or to the [email protected] list and hopefully I or one of the other developers can answer it relatively promptly.

Thanks,
AJ

from catmap.

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.