Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Arnaud Kress
easea
Commits
2b373016
Commit
2b373016
authored
Jun 03, 2014
by
Joseph Pallamidessi
Browse files
Cigtab test (cmaes-test) now use correct compilation flag
parent
28e0aad7
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/regression.sh
View file @
2b373016
...
...
@@ -79,7 +79,6 @@ main(){
test_case rastrigin
""
""
""
;
test_case sphere
""
""
""
;
test_case weierstrass
""
""
"1"
;
test_case cmaes_tests
""
"cigtab"
""
;
test_case memetic_std
""
"memetic_weierstrass"
"1"
;
test_case memetic_std_custom
""
"memetic_weierstrass"
"1"
;
...
...
@@ -87,7 +86,6 @@ main(){
echo
"
$(
tput setaf 2
)
******************
$(
tput sgr 0
)
"
;
echo
"
$(
tput setaf 2
)
*CUDA tests case *
$(
tput sgr 0
)
"
echo
"
$(
tput setaf 2
)
******************
$(
tput sgr 0
)
"
;
test_case cmaes_cuda_test
"cuda"
"cigtabGPU"
""
;
test_case memetic_cuda
"cuda_mem"
"memetic_weierstrass"
"1"
;
test_case memetic_cuda_custom
"cuda_mem"
"memetic_weierstrass"
"1"
;
test_case weierstrass
"cuda"
""
""
;
...
...
@@ -114,6 +112,13 @@ main(){
echo
"
$(
tput setaf 2
)
*********************
$(
tput sgr 0
)
"
;
echo
"
$(
tput setaf 2
)
*CMAES tests case *
$(
tput sgr 0
)
"
echo
"
$(
tput setaf 2
)
*********************
$(
tput sgr 0
)
"
;
test_case cmaes_tests
"cmaes"
"cigtab"
""
;
echo
""
echo
"
$(
tput setaf 2
)
************************
$(
tput sgr 0
)
"
;
echo
"
$(
tput setaf 2
)
*CUDA CMAES tests case *
$(
tput sgr 0
)
"
echo
"
$(
tput setaf 2
)
************************
$(
tput sgr 0
)
"
;
#test_case cmaes_cuda_test "cmaes_cuda" "cigtabGPU" "";
}
main
;
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