Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CUDA - standard optimization test functions #14

Open
19 tasks
jairodelgado opened this issue Feb 8, 2020 · 0 comments
Open
19 tasks

CUDA - standard optimization test functions #14

jairodelgado opened this issue Feb 8, 2020 · 0 comments
Assignees
Milestone

Comments

@jairodelgado
Copy link
Collaborator

This issue is a continuation of issue #10.

We need to implement the following test functions in parallel using CUDA, that is in cudalayer:

  • Ackley
  • Alpine
  • De Jung
  • Griewangk
  • Rastrigin
  • Rosenbrock
  • Schwefel
  • Step
  • Styblinski_tang
  • Brown Function
  • Chung Reynolds Function
  • Cosine Mixture Function
  • Csendes Function
  • Deb 1 Function
  • Deb 3 Function
  • Dixon & Price Function
  • Egg Holder Function
  • Exponential Function
  • Giunta Function

Each function specification can be found in: http://arxiv.org/abs/1308.4008v1

The scope of this issue is parallel implementation using CUDA in the cuda layer.

Important: remember to modify the solution folder structure according to the modifications done in #6 - #7 (create bench folder and namespace).

@jairodelgado jairodelgado added this to the v.1.1 milestone Feb 8, 2020
@jairodelgado jairodelgado self-assigned this Feb 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant