Skip to content

Commit

Permalink
changed folder name to reduce reusing fixed_points name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexYFM committed Jun 27, 2024
1 parent 3626fff commit 2c10b87
Show file tree
Hide file tree
Showing 24 changed files with 6 additions and 10 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
'cell', init_cell,(CellMode.On,)
)

trace = scenario.verify(10, 0.01)
sim = scenario.simulate(10, 0.01)
pp_fix(reach_at_fix(trace, 0, 10))
print(f'Fixed points exists? {fixed_points_fix(trace, 15, 0.01)}')
trace = scenario.verify(30, 0.01)
# sim = scenario.simulate(10, 0.01)
# pp_fix(reach_at_fix(trace, 0, 10))
print(f'Fixed points exists? {fixed_points_fix(trace, 30, 0.01)}')

fig = go.Figure()
fig = reachtube_tree(trace, None, fig, 0, 1, [0, 1], "fill", "trace")
fig = reachtube_tree(trace, None, fig, 0, 1, [0, 1], "fill", "trace")
# fig = reachtube_tree(trace, None, fig, 0, 1, [0, 1], "fill", "trace")

# fig = simulation_tree(trace, None, fig, 1, 2, [1, 2], "fill", "trace")
fig.show()
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,7 @@
fig = reachtube_tree_slice(trace, None, fig, 1, 2, [1, 2], "fill", "trace", plot_color=colors[1:])
fig = simulation_tree(sim, None, fig, 1, 2, [1, 2], "fill", "trace", plot_color=colors[2:])
fig.show()
# print(f'Do there exist fixed points? {fixed_points(ball_scenario, "red-ball", t=80)}')
# print(f'Do there exist fixed points? {fixed_points_aa_branching(ball_scenario, t=80)}')
# print(f'Do there exist fixed points? {fixed_points_aa_branching(ball_scenario_branch, t=80)}')
# print(f'Do there exist fixed points? {fixed_points_aa_branching_composed(ball_scenario_branch, t=80)}')
# print(f'Do there exist fixed points? {fixed_points_aa_branching(ball_scenario_branch_nt, t=40)}')

###
# -----------------------------------------

Expand Down
File renamed without changes.

0 comments on commit 2c10b87

Please sign in to comment.