6.6 Creating Your Own Optimisers

In order to create your own optomiser you need to implement your own class which inherits from OptimMethod and implements the same functions as the examples. These being __init__ and run. We encourage you to use the examples for reference.