Multi Objective Optimization of Hand Exoskeleton

Version 1.0.1 (601 KB) by EvoLab
Multi-Objective Optimization of Hand Exoskeleton with Evolutionary Algorithms
18 Downloads
Updated 15 Aug 2024

View License

We propose to optimize the link lengths of an underactuated hand exoskeleton with 9 of twelve link lengths. We have three different objective (i) maximum force transmission on the finger joint, (ii) minimizes the difference between two forces that are acting on the sliders, (iii) minimizes the need for a longer actuator displacement by using Evolutionary Algorithms. In this project we use 2 different Evolutionary Algorithms (Genetic Algorithm and Big Bang-Big Crunch Algorithm) and 2 different Methods (Elitist Non-Dominated Sorting and Strength Pareto) of them. We implemented NSGA-II and SPEA2 we derived from these algorithm NSBBBC and SPBBBC.
Follow these steps to run the algorithm:
  1. Open the folder in MATLAB.
  2. Arrange the finger that you want to optimize from RUN_OPT_HANDEXO file finger part
  3. Add the file path that algorithm you will use
  4. Choose the optimization method by changing algorithm_name variable. For Elitist Non-Dominated Sorting Genetic Algorithm write NSGA; For Elitist Non-Dominated Sorting Big Bang-Big Crunch Algorithm write NSBBBC; For Strength Pareto Genetic Algorithm write SPEA2; For Strength Pareto Big Bang-Big Crunch Algorithm write SPBBBC
  5. Arrange the upperbounds and lowerbounds you can change it from RUN_OPT_HANDEXO, UB (Upper Bounds) and LB (Lower Bounds) arrays.
  6. For settings (number of generation, number of individuals, number of variables, selection method, crossover method, crossover probability, mutation method, mutation probability, survival method, run number, number of objective functions, arranging objective functions are maximize or minimize, dominance level strong or weak) you can reach them in RUN_OPT_HANDEXO funciton
Authors:
  • Barış Akbaş
  • Aleyna Söylemez
  • Hüseyin Taner Yüksel
  • Fabio Stroppa
  • Mine Sarac

Cite As

EvoLab (2024). Multi Objective Optimization of Hand Exoskeleton (https://www.mathworks.com/matlabcentral/fileexchange/167296-multi-objective-optimization-of-hand-exoskeleton), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2023a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.1

Added ArXiv link

1.0.0