Google OR-Tools v9.12
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

com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable ()
 
Builder newBuilderForType (com.google.protobuf.GeneratedMessage.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 16 of file LocalSearchMetaheuristic.java.

Member Function Documentation

◆ equals()

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

Definition at line 315 of file LocalSearchMetaheuristic.java.

◆ getDefaultInstance()

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

Definition at line 563 of file LocalSearchMetaheuristic.java.

◆ getDefaultInstanceForType()

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

Definition at line 599 of file LocalSearchMetaheuristic.java.

◆ getDescriptor()

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

Definition at line 38 of file LocalSearchMetaheuristic.java.

◆ getParserForType()

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

Definition at line 594 of file LocalSearchMetaheuristic.java.

◆ getSerializedSize()

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

Definition at line 304 of file LocalSearchMetaheuristic.java.

◆ hashCode()

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

Definition at line 329 of file LocalSearchMetaheuristic.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 44 of file LocalSearchMetaheuristic.java.

◆ isInitialized()

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

Definition at line 288 of file LocalSearchMetaheuristic.java.

◆ newBuilder() [1/2]

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

Definition at line 414 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 417 of file LocalSearchMetaheuristic.java.

◆ newBuilderForType() [1/2]

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

Definition at line 413 of file LocalSearchMetaheuristic.java.

◆ newBuilderForType() [2/2]

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

Definition at line 427 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 385 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 391 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 362 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 366 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 351 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 356 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 398 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 404 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 372 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 377 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 340 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 345 of file LocalSearchMetaheuristic.java.

◆ parser()

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

Definition at line 589 of file LocalSearchMetaheuristic.java.

◆ toBuilder()

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

Definition at line 421 of file LocalSearchMetaheuristic.java.

◆ writeTo()

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

Definition at line 298 of file LocalSearchMetaheuristic.java.


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