Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.constraintsolver.LocalSearchMetaheuristic Class Reference
Inheritance diagram for com.google.ortools.constraintsolver.LocalSearchMetaheuristic:
com.google.ortools.constraintsolver.LocalSearchMetaheuristicOrBuilder

Classes

class  Builder
 
enum  Value
 

Public Member Functions

final boolean isInitialized ()
 
void writeTo (com.google.protobuf.CodedOutputStream output) throws java.io.IOException
 
int getSerializedSize ()
 
boolean equals (final java.lang.Object obj)
 
int hashCode ()
 
Builder newBuilderForType ()
 
Builder toBuilder ()
 
com.google.protobuf.Parser< LocalSearchMetaheuristicgetParserForType ()
 
com.google.ortools.constraintsolver.LocalSearchMetaheuristic getDefaultInstanceForType ()
 

Static Public Member Functions

static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
 
static com.google.ortools.constraintsolver.LocalSearchMetaheuristic parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.constraintsolver.LocalSearchMetaheuristic parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.constraintsolver.LocalSearchMetaheuristic parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.constraintsolver.LocalSearchMetaheuristic parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.constraintsolver.LocalSearchMetaheuristic parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.constraintsolver.LocalSearchMetaheuristic parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static com.google.ortools.constraintsolver.LocalSearchMetaheuristic parseFrom (java.io.InputStream input) throws java.io.IOException
 
static com.google.ortools.constraintsolver.LocalSearchMetaheuristic parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
static com.google.ortools.constraintsolver.LocalSearchMetaheuristic parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException
 
static com.google.ortools.constraintsolver.LocalSearchMetaheuristic parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
static com.google.ortools.constraintsolver.LocalSearchMetaheuristic parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException
 
static com.google.ortools.constraintsolver.LocalSearchMetaheuristic parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
static Builder newBuilder ()
 
static Builder newBuilder (com.google.ortools.constraintsolver.LocalSearchMetaheuristic prototype)
 
static com.google.ortools.constraintsolver.LocalSearchMetaheuristic getDefaultInstance ()
 
static com.google.protobuf.Parser< LocalSearchMetaheuristicparser ()
 

Protected Member Functions

java.lang.Object newInstance (UnusedPrivateParameter unused)
 
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable ()
 
Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
 

Detailed Description

Local search metaheuristics used to guide the search. Apart from greedy
descent, they will try to escape local minima.

Protobuf type operations_research.LocalSearchMetaheuristic

Definition at line 15 of file LocalSearchMetaheuristic.java.

Member Function Documentation

◆ equals()

boolean com.google.ortools.constraintsolver.LocalSearchMetaheuristic.equals ( final java.lang.Object obj)

Definition at line 303 of file LocalSearchMetaheuristic.java.

◆ getDefaultInstance()

static com.google.ortools.constraintsolver.LocalSearchMetaheuristic com.google.ortools.constraintsolver.LocalSearchMetaheuristic.getDefaultInstance ( )
static

Definition at line 595 of file LocalSearchMetaheuristic.java.

◆ getDefaultInstanceForType()

com.google.ortools.constraintsolver.LocalSearchMetaheuristic com.google.ortools.constraintsolver.LocalSearchMetaheuristic.getDefaultInstanceForType ( )

Definition at line 631 of file LocalSearchMetaheuristic.java.

◆ getDescriptor()

static final com.google.protobuf.Descriptors.Descriptor com.google.ortools.constraintsolver.LocalSearchMetaheuristic.getDescriptor ( )
static

Definition at line 35 of file LocalSearchMetaheuristic.java.

◆ getParserForType()

com.google.protobuf.Parser< LocalSearchMetaheuristic > com.google.ortools.constraintsolver.LocalSearchMetaheuristic.getParserForType ( )

Definition at line 626 of file LocalSearchMetaheuristic.java.

◆ getSerializedSize()

int com.google.ortools.constraintsolver.LocalSearchMetaheuristic.getSerializedSize ( )

Definition at line 292 of file LocalSearchMetaheuristic.java.

◆ hashCode()

int com.google.ortools.constraintsolver.LocalSearchMetaheuristic.hashCode ( )

Definition at line 317 of file LocalSearchMetaheuristic.java.

◆ internalGetFieldAccessorTable()

com.google.protobuf.GeneratedMessageV3.FieldAccessorTable com.google.ortools.constraintsolver.LocalSearchMetaheuristic.internalGetFieldAccessorTable ( )
protected

Definition at line 41 of file LocalSearchMetaheuristic.java.

◆ isInitialized()

final boolean com.google.ortools.constraintsolver.LocalSearchMetaheuristic.isInitialized ( )

Definition at line 276 of file LocalSearchMetaheuristic.java.

◆ newBuilder() [1/2]

static Builder com.google.ortools.constraintsolver.LocalSearchMetaheuristic.newBuilder ( )
static

Definition at line 402 of file LocalSearchMetaheuristic.java.

◆ newBuilder() [2/2]

static Builder com.google.ortools.constraintsolver.LocalSearchMetaheuristic.newBuilder ( com.google.ortools.constraintsolver.LocalSearchMetaheuristic prototype)
static

Definition at line 405 of file LocalSearchMetaheuristic.java.

◆ newBuilderForType() [1/2]

Builder com.google.ortools.constraintsolver.LocalSearchMetaheuristic.newBuilderForType ( )

Definition at line 401 of file LocalSearchMetaheuristic.java.

◆ newBuilderForType() [2/2]

Builder com.google.ortools.constraintsolver.LocalSearchMetaheuristic.newBuilderForType ( com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected

Definition at line 415 of file LocalSearchMetaheuristic.java.

◆ newInstance()

java.lang.Object com.google.ortools.constraintsolver.LocalSearchMetaheuristic.newInstance ( UnusedPrivateParameter unused)
protected

Definition at line 29 of file LocalSearchMetaheuristic.java.

◆ parseDelimitedFrom() [1/2]

static com.google.ortools.constraintsolver.LocalSearchMetaheuristic com.google.ortools.constraintsolver.LocalSearchMetaheuristic.parseDelimitedFrom ( java.io.InputStream input) throws java.io.IOException
static

Definition at line 373 of file LocalSearchMetaheuristic.java.

◆ parseDelimitedFrom() [2/2]

static com.google.ortools.constraintsolver.LocalSearchMetaheuristic com.google.ortools.constraintsolver.LocalSearchMetaheuristic.parseDelimitedFrom ( java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 379 of file LocalSearchMetaheuristic.java.

◆ parseFrom() [1/10]

static com.google.ortools.constraintsolver.LocalSearchMetaheuristic com.google.ortools.constraintsolver.LocalSearchMetaheuristic.parseFrom ( byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 350 of file LocalSearchMetaheuristic.java.

◆ parseFrom() [2/10]

static com.google.ortools.constraintsolver.LocalSearchMetaheuristic com.google.ortools.constraintsolver.LocalSearchMetaheuristic.parseFrom ( byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 354 of file LocalSearchMetaheuristic.java.

◆ parseFrom() [3/10]

static com.google.ortools.constraintsolver.LocalSearchMetaheuristic com.google.ortools.constraintsolver.LocalSearchMetaheuristic.parseFrom ( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 339 of file LocalSearchMetaheuristic.java.

◆ parseFrom() [4/10]

static com.google.ortools.constraintsolver.LocalSearchMetaheuristic com.google.ortools.constraintsolver.LocalSearchMetaheuristic.parseFrom ( com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 344 of file LocalSearchMetaheuristic.java.

◆ parseFrom() [5/10]

static com.google.ortools.constraintsolver.LocalSearchMetaheuristic com.google.ortools.constraintsolver.LocalSearchMetaheuristic.parseFrom ( com.google.protobuf.CodedInputStream input) throws java.io.IOException
static

Definition at line 386 of file LocalSearchMetaheuristic.java.

◆ parseFrom() [6/10]

static com.google.ortools.constraintsolver.LocalSearchMetaheuristic com.google.ortools.constraintsolver.LocalSearchMetaheuristic.parseFrom ( com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 392 of file LocalSearchMetaheuristic.java.

◆ parseFrom() [7/10]

static com.google.ortools.constraintsolver.LocalSearchMetaheuristic com.google.ortools.constraintsolver.LocalSearchMetaheuristic.parseFrom ( java.io.InputStream input) throws java.io.IOException
static

Definition at line 360 of file LocalSearchMetaheuristic.java.

◆ parseFrom() [8/10]

static com.google.ortools.constraintsolver.LocalSearchMetaheuristic com.google.ortools.constraintsolver.LocalSearchMetaheuristic.parseFrom ( java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 365 of file LocalSearchMetaheuristic.java.

◆ parseFrom() [9/10]

static com.google.ortools.constraintsolver.LocalSearchMetaheuristic com.google.ortools.constraintsolver.LocalSearchMetaheuristic.parseFrom ( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 328 of file LocalSearchMetaheuristic.java.

◆ parseFrom() [10/10]

static com.google.ortools.constraintsolver.LocalSearchMetaheuristic com.google.ortools.constraintsolver.LocalSearchMetaheuristic.parseFrom ( java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 333 of file LocalSearchMetaheuristic.java.

◆ parser()

static com.google.protobuf.Parser< LocalSearchMetaheuristic > com.google.ortools.constraintsolver.LocalSearchMetaheuristic.parser ( )
static

Definition at line 621 of file LocalSearchMetaheuristic.java.

◆ toBuilder()

Builder com.google.ortools.constraintsolver.LocalSearchMetaheuristic.toBuilder ( )

Definition at line 409 of file LocalSearchMetaheuristic.java.

◆ writeTo()

void com.google.ortools.constraintsolver.LocalSearchMetaheuristic.writeTo ( com.google.protobuf.CodedOutputStream output) throws java.io.IOException

Definition at line 286 of file LocalSearchMetaheuristic.java.


The documentation for this class was generated from the following file: