Skip to content

Commit

Permalink
Update min_var_approximation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PurityFan authored Dec 10, 2018
1 parent fdf3dd4 commit a82b05b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
import math
import curvefunctions

NUM_OF_FUNCTIONS = 5
STEP_SIZE = 0.2
TARGET_POS = 20

class curvefitting(object):
def __init__(self, curve_history, best_performance, target_pos = TARGET_POS):
self.curve_history = curve_history
Expand Down

0 comments on commit a82b05b

Please sign in to comment.