Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
6b172297
Commit
6b172297
authored
Sep 23, 2020
by
niklas.baumgarten
Browse files
refactored TestCirculantEmbedding
parent
80f44f85
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
tests/TestCirculantEmbedding.cpp
View file @
6b172297
This diff is collapsed.
Click to expand it.
tests/TestCirculantEmbedding.hpp
0 → 100644
View file @
6b172297
#ifndef TESTCIRCULANTEMBEDDING_HPP
#define TESTCIRCULANTEMBEDDING_HPP
#include
<string>
#include
<map>
std
::
map
<
std
::
string
,
std
::
string
>
configMap1
=
{
{
"StochasticFields"
,
"Gaussian"
},
{
"mean"
,
"0.0"
},
{
"sigma"
,
"1.0"
},
{
"norm_p"
,
"1"
},
{
"lambda1"
,
"0.3"
},
{
"lambda2"
,
"0.3"
},
{
"alpha"
,
"1.0"
}};
std
::
map
<
std
::
string
,
std
::
string
>
configMap2
=
{
{
"StochasticFields"
,
"Gaussian"
},
{
"mean"
,
"1.0"
},
{
"sigma"
,
"1.0"
},
{
"norm_p"
,
"1"
},
{
"lambda1"
,
"0.001"
},
{
"lambda2"
,
"0.001"
},
{
"alpha"
,
"1.0"
}};
std
::
map
<
std
::
string
,
std
::
string
>
configMap3
=
{
{
"StochasticFields"
,
"Gaussian"
},
{
"mean"
,
"0.0"
},
{
"sigma"
,
"1.0"
},
{
"norm_p"
,
"1"
},
{
"lambda1"
,
"0.1"
},
{
"lambda2"
,
"0.3"
},
{
"alpha"
,
"1.0"
}};
#endif //TESTCIRCULANTEMBEDDING_HPP
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment