Multi-objective documentation + notebook renames + fixes#69
Merged
chinganc merged 4 commits intoAgentOpt:experimentalfrom Mar 17, 2026
Merged
Multi-objective documentation + notebook renames + fixes#69chinganc merged 4 commits intoAgentOpt:experimentalfrom
chinganc merged 4 commits intoAgentOpt:experimentalfrom
Conversation
…unctions - Wrap run_solver_on_example() at unprotected call site in try/except - Wrap compiled.invoke() in solve_with_PAL_Strategy() to catch LangGraph errors - Restore original functions after failed post-optimization re-test - Apply Xavier's fixes: get_no_node(state), original_root/agents save, out['final_answer']
…nment - Add docs/multi_objective_scores.md — comprehensive how-to guide - Update README.md with multi-objective section linking docs + canonical notebooks - Rename notebooks: t6_m1 → multiobjective_quickstart, t6_m2 → multiobjective_trainers/bbeh_langgraph - Move t6_m0_analysis to docs/dev/ (de-emphasized) - Remove all fork/branch references (carlosrod723, guru-code-expert, m3/deliverable) - Colab badges point to AgentOpt/OpenTrace@experimental - Fix setup.py Python version: >=3.13 → >=3.10 (aligns with pyproject.toml) - Fix BBEH notebook crash: error handling for optimizer-corrupted functions
T6_technical_plan.md was an internal planning artifact, not user-facing documentation. The how-to guide is docs/multi_objective_scores.md. Co-Authored-By: Claude Opus 4.6 <[email protected]>
- Add "Why multi-objective optimization?" introduction section - Replace plain-text data flow with Mermaid diagrams (evaluation pipeline and selection mode decision flow) - Rename docs/dev/t6_m0_analysis.ipynb → multi_objective_design_exploration.ipynb
4dcf9a9 to
e13d4cd
Compare
Member
|
LGTM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
M4 deliverables: documentation, notebook cleanup, and BBEH crash fix.
Documentation
docs/multi_objective_scores.md— comprehensive how-to covering:Notebook renames
multiobjective_quickstart.ipynb— ObjectiveConfig + BasicSearchmultiobjective_trainers.ipynb— Beamsearch + PrioritySearch comparisonmultiobjective_bbeh_langgraph.ipynb— Real LLM task with LangGrapht6_m0_analysismoved todocs/dev/(de-emphasized)Other changes
🤖 Generated with Claude Code