I plan to implement some optimization algorithms in Python, say to follow the sequence here or here.
What would be a systematic approach to testing the algorithms I write, using either well-known test datasets or creating my own?
I plan to implement some optimization algorithms in Python, say to follow the sequence here or here.
What would be a systematic approach to testing the algorithms I write, using either well-known test datasets or creating my own?