Skip to content

Commit

Permalink
black and isort
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhernandezgarcia committed Mar 4, 2024
1 parent 8f7bc17 commit 329241b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions gflownet/proxy/box/branin.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
zero but positive. In order to map the range into the convential negative range, an
upper bound of of Branin in the standard domain (UPPER_BOUND_IN_DOMAIN) is subtracted.
"""

import matplotlib.pyplot as plt
import numpy as np
import torch
Expand Down
3 changes: 2 additions & 1 deletion gflownet/proxy/box/corners.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import numpy as np
import torch
from gflownet.proxy.base import Proxy
from torchtyping import TensorType

from gflownet.proxy.base import Proxy


class Corners(Proxy):
"""
Expand Down
1 change: 1 addition & 0 deletions gflownet/proxy/box/hartmann.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
This code is based on the implementation by Nikita Saxena (nikita-0209) in
https://github.com/alexhernandezgarcia/activelearning
"""

import numpy as np
import torch
from botorch.test_functions.multi_fidelity import AugmentedHartmann
Expand Down

0 comments on commit 329241b

Please sign in to comment.