Examples
Convex Optimization
This example demonstrates how to use LLMize for convex optimization with constraints. The full example can be found in the notebook:
Traveling Salesman Problem
This example shows how to solve the Traveling Salesman Problem using LLMize. The full example can be found in the notebook:
Neural Network Hyperparameter Tuning
This example demonstrates hyperparameter optimization for neural networks. The full example can be found in the notebook:
Linear Programming
This example shows how to solve linear programming problems. The full example can be found in the notebook:
Nuclear Fuel Optimization
This example demonstrates optimization of nuclear fuel parameters. The full example can be found in the notebook:
nuclear_fuel_optimization.ipynb
For more detailed examples and results, please refer to the examples directory in the repository.