An algorithm is a list of rules to follow in order to complete a task or solve a problem. The steps in an algorithm need to be in the right order. Think about an algorithm for getting dressed in the ...
├── algorithm/ # Algorithm implementations │ ├── pso.py # Particle Swarm Optimization │ ├── ga.py # Genetic Algorithm │ └── ssa.py # Sparrow Search Algorithm ├── cec2017/ # Benchmark functions (10) │ ...
Abstract: The objective is to determine shoreline changes in the coastal areas of the north coast of Bekasi, West Java, Indonesia using the Modified Normalized Difference Water Index (MNDWI) technique ...
// N % 2 は N を 2 で割った余り(例:N = 13 の場合 1) // N / 2 は N を 2 で割った値の整数部分(例:N = 13 の場合 6) ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results