module ProblemInterface

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/opt_alg_framework/problem/problem_interface.rb, line 6
def initialize
  must_implement load_instance: 1, fitness: 1
  super
end