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

Member Function Documentation

◆ equals()

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

Definition at line 316 of file LocalSearchMetaheuristic.java.

◆ getDefaultInstance()

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

Definition at line 564 of file LocalSearchMetaheuristic.java.

◆ getDefaultInstanceForType()

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

Definition at line 600 of file LocalSearchMetaheuristic.java.

◆ getDescriptor()

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

Definition at line 39 of file LocalSearchMetaheuristic.java.

◆ getParserForType()

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

Definition at line 595 of file LocalSearchMetaheuristic.java.

◆ getSerializedSize()

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

Definition at line 305 of file LocalSearchMetaheuristic.java.

◆ hashCode()

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

Definition at line 330 of file LocalSearchMetaheuristic.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 45 of file LocalSearchMetaheuristic.java.

◆ isInitialized()

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

Definition at line 289 of file LocalSearchMetaheuristic.java.

◆ newBuilder() [1/2]

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

Definition at line 415 of file LocalSearchMetaheuristic.java.

◆ newBuilder() [2/2]

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

Definition at line 418 of file LocalSearchMetaheuristic.java.

◆ newBuilderForType() [1/2]

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

Definition at line 414 of file LocalSearchMetaheuristic.java.

◆ newBuilderForType() [2/2]

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

Definition at line 428 of file LocalSearchMetaheuristic.java.

◆ parseDelimitedFrom() [1/2]

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

Definition at line 386 of file LocalSearchMetaheuristic.java.

◆ parseDelimitedFrom() [2/2]

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 392 of file LocalSearchMetaheuristic.java.

◆ parseFrom() [1/10]

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

Definition at line 363 of file LocalSearchMetaheuristic.java.

◆ parseFrom() [2/10]

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 367 of file LocalSearchMetaheuristic.java.

◆ parseFrom() [3/10]

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 352 of file LocalSearchMetaheuristic.java.

◆ parseFrom() [4/10]

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 357 of file LocalSearchMetaheuristic.java.

◆ parseFrom() [5/10]

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

Definition at line 399 of file LocalSearchMetaheuristic.java.

◆ parseFrom() [6/10]

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 405 of file LocalSearchMetaheuristic.java.

◆ parseFrom() [7/10]

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

Definition at line 373 of file LocalSearchMetaheuristic.java.

◆ parseFrom() [8/10]

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 378 of file LocalSearchMetaheuristic.java.

◆ parseFrom() [9/10]

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

Definition at line 341 of file LocalSearchMetaheuristic.java.

◆ parseFrom() [10/10]

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 346 of file LocalSearchMetaheuristic.java.

◆ parser()

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

Definition at line 590 of file LocalSearchMetaheuristic.java.

◆ toBuilder()

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

Definition at line 422 of file LocalSearchMetaheuristic.java.

◆ writeTo()

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

Definition at line 299 of file LocalSearchMetaheuristic.java.


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