The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Answers
What is remarkable about your question is that there is an example of C optimisation for SVM in the samples! Can you not find it? For values of C check out http://www.csie.ntu.edu.tw/~cjlin/papers/guide/guide.pdf.
the EvoSVM has many advantages, but it has a great disadvantage about the other SVM implementations: It's a little bit slower. If you need greatest performance, you should change to the LibSVM or JMySVM if you don't need the specialties of the evolutionary approach.
Greetings,
Sebastian