We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55acb34 commit 00559d6Copy full SHA for 00559d6
README.md
@@ -85,7 +85,10 @@ sf_idx = FS.sf;
85
Acc = jknn(feat(:,sf_idx),label,opts);
86
87
% Plot convergence
88
-plot(FS.c); grid on; xlabel('Number of Iterations'); ylabel('Fitness Value'); title('PSO');
+plot(FS.c); grid on;
89
+xlabel('Number of Iterations');
90
+ylabel('Fitness Value');
91
+title('PSO');
92
```
93
94
### Example 2 : Slime Mould Algorithm ( SMA )
0 commit comments