Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
easea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Arnaud Kress
easea
Commits
2b373016
Commit
2b373016
authored
Jun 03, 2014
by
Joseph Pallamidessi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cigtab test (cmaes-test) now use correct compilation flag
parent
28e0aad7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
examples/regression.sh
examples/regression.sh
+7
-2
No files found.
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
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