You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This function fits the computes the Paramters of the given model that best fit the experimental measurements given, and subject to the nonlinear equality -funCEq and inequality constraints -funCInEq, and within the hyperbox between lb and ub
example is shown below
S = load('reaction');
X = S.reactants;
y = S.rate;
beta0 = S.beta;
lb = 0*beta0;
ub = 2*beta0;
penalty = 10;
popsize = 100;
maxiter = 200;
beta = PartSwarmFit(@(b)hougen(b,X),[],[], y, lb, ub, penalty, popsize, maxiter)
Cite As
Lateef Adewale Kareem (2026). Particle Swam Optimization Curve Fitting (https://uk.mathworks.com/matlabcentral/fileexchange/90965-particle-swam-optimization-curve-fitting), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.2 (2.56 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
