steep

Steepest ascent/descent is a simple and efficient optimization method ...

이 제출물을 팔로우합니다

This m-file provides a simple and efficient optimization method based on statistical design of experiments by the steepest ascent/descent procedure to predict points headed (hopefully) toward to optimum (maximum or minimum) for a first-order design.

Inputs:
B - vector of regression coefficients (parameters) of the fitted linear equation (first order): [intercept (1), linear (p)]. It must to be enter in that strictly order.
V - vector of the factor values at starting point (current factor setting).
C - vector of units increment chosen between the low and medium levels and between the medium and high levels for each parameter.
s - number of interested steps.
o - change relative to one unit change regarding to the maximum absolute parameter [o = 1 (default)] or parameter choice by experimenter (o = 2).
d - steepest ascent [d = 1 default)] or descent (d = 2) procedure.

Outputs:
A complete summary of the estimation of the selected direction of the steepest method.

인용 양식

Antonio Trujillo-Ortiz (2026). steep (https://kr.mathworks.com/matlabcentral/fileexchange/7737-steep), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Linear Least Squares에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0

Output was improved.