Skip to content

Instantly share code, notes, and snippets.

View fmder's full-sized avatar

François-Michel De Rainville fmder

  • Québec, Canada
View GitHub Profile
from collections.abc import Sequence
from copy import deepcopy
from functools import wraps
from typing import Callable
import numpy
MAXIMIZE = 1.0
MINIMIZE = -1.0