Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bentriou Mahmoud
MarkovProcesses.jl
Commits
e364647f
Commit
e364647f
authored
Feb 08, 2021
by
Bentriou Mahmoud
Browse files
forgot delete a print
parent
9e57c693
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/model.jl
View file @
e364647f
...
...
@@ -406,7 +406,6 @@ function smc_chernoff(sm::SynchronizedModel; approx::Float64 = 0.01, confidence:
@assert
sm
.
automaton
.
name
in
[
"F property"
,
"G property"
,
"G and F property"
]
nbr_sim
=
log
(
2
/
(
1
-
confidence
))
/
(
2
*
approx
^
2
)
nbr_sim
=
convert
(
Int
,
trunc
(
nbr_sim
)
+
1
)
@show
nbr_sim
return
probability_var_value_lha
(
sm
,
nbr_sim
)
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment