Skip to content

Commit

Permalink
Update TSEMO_options.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Bradford committed May 23, 2020
1 parent 5da98d9 commit 181058d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TSEMO_options.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
% Copyright (c) by Eric Bradford, Artur M. Schweidtmann and Alexei Lapkin, 2017-13-12.

% Description: Create TSEMO options structure.
opt.maxeval = 35; % Maximum number of funciton evaluations
opt.maxeval = 35; % Maximum number of function evaluations

for i = 1:3 % this is only valid for up to 3 objectives. Number needs to be increased for more than 3.
opt.GP(i).nSpectralpoints = 4000; % Number of spectral sampling points for objective i
Expand Down

0 comments on commit 181058d

Please sign in to comment.