-
Notifications
You must be signed in to change notification settings - Fork 443
Feat/tp add trading example #99
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
base: main
Are you sure you want to change the base?
Conversation
Created a new example that demonstrates optimal trading execution: - Implemented market simulator with price impact model - Added evaluator with metrics for cost improvement vs baseline - Fixed parameter ordering in simulate_execution function - Included timeout handling for search algorithms
Created a new example that demonstrates optimal trading execution: - Implemented market simulator with price impact model - Added evaluator with metrics for cost improvement vs baseline - Fixed parameter ordering in simulate_execution function - Included timeout handling for search algorithms
|
Thanks for your contribution, can you rename the example folder to someone more appropriate, at the moment it is a bit too generic. Also, would be good to add some detail about the best_program that you found with openevolve if you ran the evolutionary search and what it discovered. Finally, the code for examples is best to be released under Apache2.0 the same license as this repo, so remove the license note in the readme. |
Rename folder to better reflect its role in coordinating the evolutionary optimization process within the OpenEvolve system architecture.
Modify API parameter handling in OpenAILLM to properly support AI Foundry endpoints: - Add special case for AI Foundry endpoints - Remove unsupported parameters for o-series models - Update URL detection for Azure endpoints - Improve parameter cleaning for different API variants
Modify API parameter handling in OpenAILLM to properly support AI Foundry endpoints: - Add special case for AI Foundry endpoints - Remove unsupported parameters for o-series models - Update URL detection for Azure endpoints - Improve parameter cleaning for different API variants
Modify API parameter handling in OpenAILLM to properly support AI Foundry endpoints: - Add special case for AI Foundry endpoints - Remove unsupported parameters for o-series models - Update URL detection for Azure endpoints - Improve parameter cleaning for different API variants
Modify API parameter handling in OpenAILLM to properly support AI Foundry endpoints: - Add special case for AI Foundry endpoints - Remove unsupported parameters for o-series models - Update URL detection for Azure endpoints - Improve parameter cleaning for different API variants
License does not show up under license/cla |
You will need to sign it here - https://cla-assistant.io/codelion/openevolve?pullRequest=99 |
No description provided.