Giter Site home page Giter Site logo

designengrlab / fmdtools Goto Github PK

View Code? Open in Web Editor NEW
10.0 5.0 3.0 29.01 MB

DEPRECATED: System modelling and fault-injection-based resilience assessment in Python

Home Page: https://github.com/nasa/fmdtools

License: MIT License

Jupyter Notebook 92.11% Python 7.89%
fault-model propagation resilience engineering visualization reliability simulation cad

fmdtools's Issues

Need a smarter way of creating sample approach(es) using operational modes

  • Model should incorporate function mode information (where mode is discrete changes in state) to automatically determine the phases of operation
  • Fxnblock/Component classes should let one associate failure modes with operational modes in addition to/rather than phases
  • Need more infrastructure for modes--visualizations of modes over time (e.g. overlaid on behavior graphs) and just the modes of the system at large

Formalize static/dynamic behavior order

Function execution order should differentiate dynamic behaviors (which should run at the end of each time-step according to specified run order) from static behaviors (which can still run/propagate in an un-directed sense)

Ideally this should result in a time-step running as follows:
1.) Run dynamic behaviors in specified order
2.) Run static behaviors (if any) in specified order, and then execute remaining blocks until it converges (current behavior)

Functions should be given helper methods for this which are called at different times. Ideally allows one to use the current behavior() and condfaults() interfaces while making the default dynbehavior() and statbehavior() (or whatever makes sense)

Suggestion.

I notice you have user modelling in your approach.

Have you considered using tool such as cogulator in parallel to capture the analysis if users and then perhaps parse cogulator files into your human component representation?

Need to be able to specify run order

Need to be able to specify run order of modules for dynamic models.

Recommend changing mdl.timelyfxns and activefxns in propagate to an ordered dict (or similar).

new netgraph major release

Hi,

I saw on the github dashboard that you are using my package netgraph.

This is a heads up that I just released a new major version. I tried to maintain backwards compatibility as much as possible but I did break it in a few cases. Especially if your code uses either the Graph or InteractiveGraph classes, expect a few changes. Also, I have removed some InteractiveGraph derived variants for the time being, as they seem to be used very little but are a pain to maintain. If that affects you, please let me know, so we can work something out.

Hopefully, you will find that the improvements that I have made are worth any pains that might arise from upgrading. ;-)

Best,
Paul

PS: Feel free to close the issue any time.

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.