Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tff2020
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
skmad-suite
tff2020
Commits
4739b432
Commit
4739b432
authored
4 years ago
by
valentin.emiya
Browse files
Options
Downloads
Patches
Plain Diff
new params
parent
43306674
No related branches found
No related tags found
No related merge requests found
Pipeline
#6068
passed
4 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
python/tffpy/experiments/exp_approx.py
+1
-2
1 addition, 2 deletions
python/tffpy/experiments/exp_approx.py
with
1 addition
and
2 deletions
python/tffpy/experiments/exp_approx.py
+
1
−
2
View file @
4739b432
...
@@ -77,8 +77,7 @@ class ApproxExperiment(SolveTffExperiment):
...
@@ -77,8 +77,7 @@ class ApproxExperiment(SolveTffExperiment):
crop
=
None
,
crop
=
None
,
fig_dir
=
None
)
fig_dir
=
None
)
solver_params
=
dict
(
tol_subregions
=
[
None
,
1e-5
],
solver_params
=
dict
(
tol_subregions
=
[
None
,
1e-5
],
tolerance_arrf
=
list
(
10
**
np
.
arange
(
-
3
,
-
0.5
,
1
))
tolerance_arrf
=
list
(
10.0
**
np
.
arange
(
-
3
,
5
,
1
)),
+
list
(
10
**
np
.
arange
(
-
1
,
0
,
0.2
)),
proba_arrf
=
1
-
1e-4
,
proba_arrf
=
1
-
1e-4
,
rand_state
=
np
.
arange
(
3
))
rand_state
=
np
.
arange
(
3
))
if
setting
==
'
light
'
:
if
setting
==
'
light
'
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment