Examples

Convex Optimization

This example demonstrates how to use LLMize for convex optimization with constraints. The full example can be found in the notebook:

convex_opt.ipynb

Traveling Salesman Problem

This example shows how to solve the Traveling Salesman Problem using LLMize. The full example can be found in the notebook:

tsp.ipynb

Neural Network Hyperparameter Tuning

This example demonstrates hyperparameter optimization for neural networks. The full example can be found in the notebook:

mnist_tf.ipynb

Linear Programming

This example shows how to solve linear programming problems. The full example can be found in the notebook:

lp_optimization.ipynb

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.