Document multi-objective LLaMEA options and example usage#128
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1c35c448e1
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| .. code-block:: bash | ||
|
|
||
| python multi_objective.py |
There was a problem hiding this comment.
Fix multi_objective run command to include examples path
The new quickstart instruction python multi_objective.py is not runnable from the repository root, because the script lives under examples/multi_objective.py. Users following this section as written will get a file-not-found error and be blocked from running the documented workflow unless they infer an unstated cd examples step.
Useful? React with 👍 / 👎.
multi_objectivemode so users understand how to enable Pareto-based optimization and how evaluators should returnFitnessobjects when using multiple objectives.