Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions featurize_assignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
import numpy as np
from ax.service.ax_client import AxClient, ObjectiveProperties

from ax.modelbridge.factory import Models
from ax.modelbridge.generation_strategy import GenerationStep, GenerationStrategy
from ax.modelbridge.factory import Generators
from ax.generation_strategy.generation_strategy import GenerationStep, GenerationStrategy


gs = GenerationStrategy(
steps=[
Expand Down Expand Up @@ -66,4 +67,4 @@
# TASK F: How many materials have a hardness greater than 43?
# --------------------------------------------------------------------------------------

# TODO: Your Code Goes Here
# TODO: Your Code Goes Here
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-e . # Install local package in editable mode
ax-platform>=0.3.0
ax-platform<1
matplotlib>=3.5.0
CBFV>=0.1.0
pytest>=7.0.0
Expand Down