Solvers Infrastructure
Here are described the infrastructure classes to build a solver, among many other basic classes necessary for the solving algorithms and for representing the scenes.
The solvers_infra module contains a few classes that can describe the scene, the sampling logic in the scene or the solver itself. Those classes can be found in:
- Solvers Base Classes
Solver
Solver._solve()
Solver.analyze_solution()
Solver.disable_verbose()
Solver.from_arguments()
Solver.get_arguments()
Solver.get_arrangement()
Solver.get_bounding_box_graph()
Solver.get_graph()
Solver.init_default_solver()
Solver.init_solver()
Solver.load_scene()
Solver.log()
Solver.return_arguments()
Solver.set_verbose()
Solver.solve()
Solver.update_arguments()
SamplingSolver
TensorSolver
- Base Object Classes
- Metrics
- Nearest Neighbors
- Samplers
- Roadmap
- Tensor Roadmap Solver
- Verify Paths