| Package | Description |
|---|---|
| com.github.chen0040.glm.search | |
| com.github.chen0040.glm.search.methods.cgs | |
| com.github.chen0040.glm.search.methods.naive | |
| com.github.chen0040.glm.solvers |
| Modifier and Type | Method and Description |
|---|---|
LocalSearch |
LocalSearch.makeCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalSearch.copy(LocalSearch rhs) |
| Modifier and Type | Class and Description |
|---|---|
class |
NonlinearCGSearch
Created by xschen on 12/8/15.
|
| Modifier and Type | Method and Description |
|---|---|
LocalSearch |
NonlinearCGSearch.makeCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
NonlinearCGSearch.copy(LocalSearch rhs) |
| Modifier and Type | Class and Description |
|---|---|
class |
RandomSearch
Created by xschen on 12/8/15.
|
class |
SweepingSearch
Created by xschen on 23/8/15.
|
| Modifier and Type | Method and Description |
|---|---|
LocalSearch |
SweepingSearch.makeCopy() |
LocalSearch |
RandomSearch.makeCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
SweepingSearch.copy(LocalSearch rhs) |
| Constructor and Description |
|---|
GlmAlgorithm(GlmDistributionFamily distribution,
double[][] A,
double[] b,
LocalSearch solver) |
GlmAlgorithm(GlmDistributionFamily distribution,
double[][] A,
double[] b,
LocalSearch solver,
int maxIters) |
GlmAlgorithm(GlmDistributionFamily distribution,
LinkFunction linkFunc,
double[][] A,
double[] b,
LocalSearch solver) |
Copyright © 2017. All rights reserved.