Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/fitness refactoring #25

Merged
merged 1 commit into from
Jun 4, 2024
Merged

Conversation

fonhorst
Copy link
Collaborator

@fonhorst fonhorst commented Jun 3, 2024

No description provided.

self.surrogate.surrogate, x, self.surrogate.name
)
recalculate_num = int(np.floor(len(certanty) * proc))
logger.info(f"Certanty values: {certanty}")

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information High

This expression logs
sensitive data (certificate)
as clear text.
add FitnessEstimator interface to ga
fix the interface of surrogate based fitness estimator mixin
add computable and surrogate-based computable fitness estimators
add extended set of examples for autotm_fit_predict
fix bayes opt
add integration of local and distributed (old) modes
@fonhorst fonhorst force-pushed the feature/fitness_refactoring branch from 2031499 to 947d23c Compare June 4, 2024 06:44
@fonhorst fonhorst merged commit 30c5798 into main Jun 4, 2024
2 of 4 checks passed
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.

1 participant