ACS_CS(L,F,MET)

MATLAB Code for Adaptive Cuckoo Search algorithm

이 제출물을 팔로우합니다

MATLAB code for the conference paper:
M. K. Naik and R. Panda, "A novel adaptive cuckoo search algorithm for intrinsic discriminant analysis based face recognition," Applied Soft Computing, Vol. 38, pp. 661-675, 2016.
The ACS algorithm require less time as compared to CS algorithm. It does not required predefined parameters excepts the number of cuckoos/Hosts, range of search, and abandon probability.
This algorithm can be effective for an application, where the deciding the parameter may affects the performance.

인용 양식

Manoj Kumar Naik (2026). ACS_CS(L,F,MET) (https://kr.mathworks.com/matlabcentral/fileexchange/52845-acs_cs-l-f-met), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Direct Search에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

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

It is better faster and more quickly converge then the ACS version 1.

1.0.0.0

Why ACS is better then CS and other.