Git Product home page Git Product logo

Comments (2)

eagmon avatar eagmon commented on June 12, 2024

Some questions about the alternative @U8NWXD:

  1. Is the only required backwards compatibility to support a self.defaults dict and a parameters dict being passed to the Process superclass with super().__init__(parameters)? Anything else?
  2. Is the only purpose of having the Process superclass access the subclass locals to save these parameters for serialization?

from vivarium-core.

U8NWXD avatar U8NWXD commented on June 12, 2024

Regarding #171 (comment):

  1. I think we also need to handle of special parameters like time_step and _original_parameters, and we need to be able to access parameters through self.parameters.
  2. The Process superclass also performs other operations like handling those special parameters, schema overrides, and merging the provided parameters with the defaults. More broadly though, the Process class adds a layer of indirection into which we can insert code to make changes based on what the user does. For example, we use get_schema() to apply schema overrides on top of what the user specifies in ports_schema().

from vivarium-core.

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.