-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Hi,
I am running the function parametes_retrieval/main.m using MatLab R2021a. However, this program is too slow, it takes around 1h15min to run only 2 steps. I am not sure whether the wired runtime is caused by the large data number or my pc. I will appreciate your help! Here is the output of the function:
Warning: Column headers from the file were modified to make them valid MATLAB identifiers before
creating variable names for the table. The original column headers are saved in the
VariableDescriptions property.
Set 'VariableNamingRule' to 'preserve' to use the original column headers as table variable
names.
RUN 1 of 10, step 1 of 5
Feasible point with lower objective function value found.
Solver stopped prematurely.
fmincon stopped because it exceeded the function evaluation limit,
options.MaxFunctionEvaluations = 9.100000e+03.
Maximum number of function evaluations exceeded: increase options.MaxFunctionEvaluations.
FMINCON:
Solver stopped prematurely.
fmincon stopped because it exceeded the function evaluation limit,
options.MaxFunctionEvaluations = 9.100000e+03.
RUN 1 of 10, step 2 of 5
Feasible point with lower objective function value found.
Solver stopped prematurely.
fmincon stopped because it exceeded the function evaluation limit,
options.MaxFunctionEvaluations = 9.100000e+03.
Maximum number of function evaluations exceeded: increase options.MaxFunctionEvaluations.
FMINCON:
Solver stopped prematurely.
fmincon stopped because it exceeded the function evaluation limit,
options.MaxFunctionEvaluations = 9.100000e+03.