module TweakInterface

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/opt_alg_framework/operator/tweak/tweak_interface.rb, line 6
def initialize
  must_implement tweak:1
  super
end