It would be good to have a more challenging test suite - see the guidelines for problems. Some solvers write code that is just a lookup table for the test cases, and having only one case makes it trivial to do this.
Also, your test should not use string comparison to evaluate what is a purely numerical computation. It would be better if you subtracted the correct answer from the proposed answer, and then compared the absolute value to a am all threshold, such as 1e-6.
Thnaks for your comments. It was my first or second problem sent to CODY. I didn't catch all the tricks to make strong test cases yet.
I have rescored the problem after adding more robust test suites.
only one test case runs, others are not working
Exploits Cody's size calculation algorithm. Use assessFunctionAbsence to thwart (see also Problem 44521).
cool I have learnt a new MATLAB function
This solution requires Neural Network Toolbox
Sorry for cheating, but you made it too easy...
3923 Solvers
230 Solvers
236 Solvers
1888 Solvers
288 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!