You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Jason Healing Optimization (JHO) AlgorithmConcept:
The JHO Algorithm emphasizes the idea of healing or improving solutions that are not performing well, similar to how a healer restores health. The approach uses a balance of exploration and a targeted healing process to optimize the objective function.
Key Features:
- Healing Mechanism:
- Poorly performing solutions (those with high objective function values) are "healed" using a targeted improvement strategy. This healing can involve refining or adjusting these solutions to improve their performance.
- Exploration and Exploitation:
- The algorithm includes an exploration phase to discover new areas in the search space and an exploitation phase where the healing process refines existing solutions.
- Golden Guidance:
- The algorithm uses a "Golden Healer" (the best solution found so far) to guide the healing process. This guidance helps ensure that the search converges toward optimal regions efficiently.
Algorithm Flow:
- Initialization: Generate an initial population of solutions randomly within the search space. Evaluate their fitness values using the objective function.
- Healing Phase:
- Identify poorly performing solutions.
- Apply the healing mechanism to improve these solutions by moving them closer to better-performing regions or using small perturbations to enhance their fitness.
- Exploration Phase:
- Introduce new solutions into the search space to maintain diversity and avoid local optima.
- Golden Guidance: Use the Golden Healer (best solution) to influence both the healing and exploration processes.
- Update and Repeat: If a healed or newly explored solution performs better than the Golden Healer, update the Golden Healer. Repeat the process until a stopping criterion is met.
- Termination: The algorithm stops after a set number of iterations or when no significant improvement is observed.
General Information
- Version 1.0.0 (2.18 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |
