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

track the number of fitness function evaluations per iteration, added… #8

Merged
merged 1 commit into from
Mar 8, 2021

Conversation

kunla
Copy link

@kunla kunla commented Mar 6, 2021

… an input argument to each algorithm (ga, mimic, rhc, and sa) as a flag to return fevals (optional 4th output)

… an input argument to each algorithm (ga, mimic, rhc, and sa) as a flag to return fevals (optional 4th output)
@hiive hiive merged commit 0474031 into hiive:master Mar 8, 2021
@runaik
Copy link

runaik commented Mar 11, 2021

Can you please provide short documentation on how to use feval ?. For Random Hill, I am getting dictionary with all entries having value 1. And number of entries is much less than actual iterations. I want fitness function evaluation per iteration. How can I get it from feval. thanks.

@hiive
Copy link
Owner

hiive commented Mar 11, 2021

You'd be better off asking this on your slack or Piazza. There are examples of usage in the problems Jupyter notebook, but if it's specific guidance you're after, then you'll need to ask your peers in Piazza or Slack.

@hiive
Copy link
Owner

hiive commented Mar 11, 2021

Oh, and fevals is the number of fitness evaluations.

@runaik
Copy link

runaik commented Mar 11, 2021

thank you.. found example of feval usage.

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.

3 participants