Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dblana committed Jun 5, 2023
1 parent ef1fb78 commit ed7401d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Model/OptimalControl/Pareto/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Include TechForParalysis\Code\Model and TechForParalysis\Code\Model\OptimalContr
To optimise elbow trajectory and muscle activations.

1. First run find_das3elbow_feas_solutions.m to find a range of feasible solutions. This 'runs' an optimisation with the cost function set to zero just to generate a set of feasible solutions for an initial population.
2. Run create_initial_population_elbow.m selects the successful outputs from the previous step and saves them in a matrix (mat file init_pop_elbow_pareto). It also plots histograms and a scatterplot of the two cost functions.
2. Run create_initial_population_elbow.m to select the successful outputs from the previous step and save them in a matrix (mat file init_pop_elbow_pareto). This also plots histograms and a scatterplot of the two cost functions.
3. Run das3elbow_optimize_pareto.m by entering ```result = das3elbow_optimize_pareto('output_filename');``` at the command line

0 comments on commit ed7401d

Please sign in to comment.