-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Circuit simulation widget #2117
Draft
clbarnes
wants to merge
17
commits into
dev
Choose a base branch
from
feature/circuit-simulation2
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
2 times, most recently
from
May 24, 2021 13:15
113c92a
to
b79f233
Compare
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
from
June 7, 2021 09:38
b79f233
to
e64c503
Compare
UI thoughts: global controls
TablesAll tables collapsible, otherwise the controls are going to be huge. Alternatively, tables could go into content.
|
Additional features
|
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
2 times, most recently
from
July 20, 2021 17:00
cb74be4
to
db642bf
Compare
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
from
August 10, 2021 08:30
db642bf
to
423053a
Compare
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
from
August 18, 2021 13:45
423053a
to
6685da4
Compare
Current status
|
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
2 times, most recently
from
September 3, 2021 12:39
ce58325
to
c5f3a99
Compare
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
from
September 8, 2021 09:55
c5f3a99
to
61547fe
Compare
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
from
September 23, 2021 15:22
61547fe
to
5c4e049
Compare
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
from
October 19, 2021 18:13
5c4e049
to
a2688ff
Compare
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
from
November 4, 2021 11:40
a2688ff
to
45e9ee5
Compare
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
3 times, most recently
from
December 21, 2021 13:50
27cad8b
to
df33ba7
Compare
When mouse is passed over a line, if the line has a name, show it in the title. Co-authored-by: Albert Cardona <[email protected]> Co-authored-by: Laura Lungu <[email protected]>
Co-authored-by: Albert Cardona <[email protected]> Co-authored-by: Laura Lungu <[email protected]>
Integration is defined as a logistic function. The activity of neurons is plotted as a function of time. Based completely on Casey Schneider-Mizell's conceptualization and code. Includes WIP on parameter UI. Co-authored-by: Albert Cardona <[email protected]> Co-authored-by: Laura Lungu <[email protected]>
Co-authored-by: Albert Cardona <[email protected]> Co-authored-by: Laura Lungu <[email protected]>
Prevents the asymptotic nature of logistic functions causing output where there is no input. Co-authored-by: Andre Ferreira Castro <[email protected]>
Previously, the time series was assumed to be 0,1,2..., where the dopri solver actually uses dynamic time steps. This resulted in a weird-looking graph.
Also allow "Load JSON" to accept results-like JSON. Minor: set default time to 1000
* use ES6 class syntax * compose over skel source rather than inherit * prettify
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
from
April 12, 2022 10:25
df33ba7
to
f0c8863
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resurrected Albert's efforts from a few years ago, now as a draft PR to make it easier to find.
This implements Casey's rate models (I believe from https://www.sciencedirect.com/science/article/pii/S0092867416312429 , implemented in https://github.com/ceesem/fb_feedback_model ) in the frontend.
Example
units
here: https://gist.github.com/clbarnes/7b22409a41f9272c201653937df63d1b