Skip to content

Add EnhancedConfigurationModel algorithm and update export info#10

Open
lfischerr wants to merge 1 commit intomainfrom
add_ecm_algorithm
Open

Add EnhancedConfigurationModel algorithm and update export info#10
lfischerr wants to merge 1 commit intomainfrom
add_ecm_algorithm

Conversation

@lfischerr
Copy link
Collaborator

No description provided.

# bounds()
lower_bounds = np.array([EPS] * (2 * num_nodes))
upper_bounds = np.array([np.inf] * num_nodes + [1 - EPS] * num_nodes)
bounds = scipy.optimize.Bounds(lower_bounds, upper_bounds)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think bounds should not be applied in our case (not in later scipy.optimize.minimize).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants