Skip to content

Commit

Permalink
Update first_phase_GP_setup.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ZelinC authored Dec 19, 2018
1 parent a636d95 commit c73fb1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions first_phase_GP_setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ names(GP_hyperparam) <- c( "data file", "number of trials", "number of populatio

GP_hyperparam['data file name'] = 'D:/all_about_code/financial_data/EURUSD1440.csv'

GP_hyperparam['number of trials'] = 5
GP_hyperparam['number of trials'] = 1000

GP_hyperparam['number of population'] = 5000
GP_hyperparam['number of population'] = 50

GP_hyperparam['number of evolution'] = 20

Expand Down

0 comments on commit c73fb1e

Please sign in to comment.