Google OR-Tools v9.11
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 15 of file LocalSearchMetaheuristic.java.

Member Function Documentation

◆ equals()

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

Definition at line 314 of file LocalSearchMetaheuristic.java.

◆ getDefaultInstance()

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

Definition at line 562 of file LocalSearchMetaheuristic.java.

◆ getDefaultInstanceForType()

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

Definition at line 598 of file LocalSearchMetaheuristic.java.

◆ getDescriptor()

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

Definition at line 37 of file LocalSearchMetaheuristic.java.

◆ getParserForType()

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

Definition at line 593 of file LocalSearchMetaheuristic.java.

◆ getSerializedSize()

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

Definition at line 303 of file LocalSearchMetaheuristic.java.

◆ hashCode()

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

Definition at line 328 of file LocalSearchMetaheuristic.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 43 of file LocalSearchMetaheuristic.java.

◆ isInitialized()

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

Definition at line 287 of file LocalSearchMetaheuristic.java.

◆ newBuilder() [1/2]

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

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

◆ newBuilderForType() [1/2]

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

Definition at line 412 of file LocalSearchMetaheuristic.java.

◆ newBuilderForType() [2/2]

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

Definition at line 426 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 384 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 390 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 361 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 365 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 350 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 355 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 397 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 403 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 371 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 376 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 339 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 344 of file LocalSearchMetaheuristic.java.

◆ parser()

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

Definition at line 588 of file LocalSearchMetaheuristic.java.

◆ toBuilder()

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

Definition at line 420 of file LocalSearchMetaheuristic.java.

◆ writeTo()

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

Definition at line 297 of file LocalSearchMetaheuristic.java.


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