Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NIFTy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
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
ift
NIFTy
Commits
d09c391f
Commit
d09c391f
authored
4 years ago
by
Matteo Guardiani
Browse files
Options
Downloads
Patches
Plain Diff
Update density_estimator priors.
parent
0236e1cc
No related branches found
No related tags found
1 merge request
!623
Update density_estimator priors.
Pipeline
#102124
passed
4 years ago
Stage: static_checks
Stage: build_docker
Stage: test
Stage: demo_runs
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sugar.py
+2
-2
2 additions, 2 deletions
src/sugar.py
with
2 additions
and
2 deletions
src/sugar.py
+
2
−
2
View file @
d09c391f
...
...
@@ -221,9 +221,9 @@ def density_estimator(domain, pad=1.0, cf_fluctuations=None,
from
.library.correlated_fields
import
CorrelatedFieldMaker
from
.library.special_distributions
import
UniformOperator
cf_azm_uniform_sane_default
=
(
1e-
4
,
1
.0
)
cf_azm_uniform_sane_default
=
(
1e-
15
,
5
.0
)
cf_fluctuations_sane_default
=
{
"
scale
"
:
(
0.
5
,
0.
3
),
"
scale
"
:
(
0.
3
,
0.
2
),
"
cutoff
"
:
(
4.0
,
3.0
),
"
loglogslope
"
:
(
-
6.0
,
3.0
)
}
...
...
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