Google OR-Tools
v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
SimulatedAnnealingParametersOrBuilder.java
Go to the documentation of this file.
1
// Generated by the protocol buffer compiler. DO NOT EDIT!
2
// NO CHECKED-IN PROTOBUF GENCODE
3
// source: ortools/constraint_solver/routing_ils.proto
4
// Protobuf Java Version: 4.31.1
5
6
package
com.google.ortools.constraintsolver;
7
8
@com.google.protobuf.Generated
9
public
interface
SimulatedAnnealingParametersOrBuilder
extends
10
// @@protoc_insertion_point(interface_extends:operations_research.SimulatedAnnealingParameters)
11
com.google.protobuf.MessageOrBuilder {
12
22
int
getCoolingScheduleStrategyValue
();
32
com.google.ortools.constraintsolver.CoolingScheduleStrategy.Value
getCoolingScheduleStrategy
();
33
42
boolean
hasInitialTemperature
();
51
double
getInitialTemperature
();
52
61
boolean
hasFinalTemperature
();
70
double
getFinalTemperature
();
71
89
boolean
hasAutomaticTemperatures
();
107
boolean
getAutomaticTemperatures
();
108
}
com.google.ortools.constraintsolver.CoolingScheduleStrategy.Value
Definition
CoolingScheduleStrategy.java:74
com.google.ortools.constraintsolver.SimulatedAnnealingParametersOrBuilder
Definition
SimulatedAnnealingParametersOrBuilder.java:11
com.google.ortools.constraintsolver.SimulatedAnnealingParametersOrBuilder.getCoolingScheduleStrategy
com.google.ortools.constraintsolver.CoolingScheduleStrategy.Value getCoolingScheduleStrategy()
com.google.ortools.constraintsolver.SimulatedAnnealingParametersOrBuilder.hasAutomaticTemperatures
boolean hasAutomaticTemperatures()
com.google.ortools.constraintsolver.SimulatedAnnealingParametersOrBuilder.hasFinalTemperature
boolean hasFinalTemperature()
com.google.ortools.constraintsolver.SimulatedAnnealingParametersOrBuilder.hasInitialTemperature
boolean hasInitialTemperature()
com.google.ortools.constraintsolver.SimulatedAnnealingParametersOrBuilder.getInitialTemperature
double getInitialTemperature()
com.google.ortools.constraintsolver.SimulatedAnnealingParametersOrBuilder.getAutomaticTemperatures
boolean getAutomaticTemperatures()
com.google.ortools.constraintsolver.SimulatedAnnealingParametersOrBuilder.getFinalTemperature
double getFinalTemperature()
com.google.ortools.constraintsolver.SimulatedAnnealingParametersOrBuilder.getCoolingScheduleStrategyValue
int getCoolingScheduleStrategyValue()
build
java
ortools-java
src
main
java
com
google
ortools
constraintsolver
SimulatedAnnealingParametersOrBuilder.java
Generated by
1.14.0