% Parameter: N=14, a=1, b=4, K=6, theta0=50, alpha=0,005 x_1 = (-B + sqrt(D)) / (2*A); % titik minimum x_2 = (-B - sqrt(D)) / (2*A); % titik maks x_optimal = x_2; pi ...
To run it, PESTO toolbox must be installed and updated with the files from folder PESTO_files (can be copy-pasted directly over folder PESTO_files from PESTO toolbox): pep.m -- adapted to include ...