- AbstractSolutionFactory<T extends GeneticAlgorithmSolution> - Interface in lib.easyjava.ml.optimization.ga
-
Provides a means to run a GeneticAlgorithmOptimizer without seeding an
initial population
- AcceptDenial - Class in lib.easyjava.net.replication.multipaxos.message
-
A negative response to an accept request, voting that the proposed value not
be accepted by the cluster.
- AcceptDenial(int, long, long, long) - Constructor for class lib.easyjava.net.replication.multipaxos.message.AcceptDenial
-
- Accepted - Class in lib.easyjava.net.replication.multipaxos.message
-
A positive response to an accept request, voting that the proposed value be
accepted by the cluster.
- Accepted(int, long, long) - Constructor for class lib.easyjava.net.replication.multipaxos.message.Accepted
-
- AcceptRequest<E extends PaxosCommand> - Class in lib.easyjava.net.replication.multipaxos.message
-
A request for the cluster to accept a particular command in some command
slot.
- AcceptRequest(int, long, long, E) - Constructor for class lib.easyjava.net.replication.multipaxos.message.AcceptRequest
-
- add(Connection<S, R>) - Method in class lib.easyjava.net.tcp.ConnectionPool
-
- addAll(Collection<? extends Connection<S, R>>) - Method in class lib.easyjava.net.tcp.ConnectionPool
-
- addEdge(Vertex<T>, Vertex<T>) - Method in class lib.easyjava.graph.directed.UnweightedDirectedGraph
-
- addEdge(Vertex<T>, Vertex<T>, double) - Method in class lib.easyjava.graph.directed.WeightedDirectedGraph
-
- addEdge(Vertex<T>, Vertex<T>) - Method in class lib.easyjava.graph.undirected.UnweightedUndirectedGraph
-
- addEdge(Vertex<T>, Vertex<T>, double) - Method in class lib.easyjava.graph.undirected.WeightedUndirectedGraph
-
- addEdge(Vertex<T>, Vertex<T>) - Method in interface lib.easyjava.graph.UnweightedGraph
-
Adds an edge to the graph between two Vertices
- addEdge(Vertex<T>, Vertex<T>, double) - Method in interface lib.easyjava.graph.WeightedGraph
-
Adds an Edge to the graph between two Vertices with the given weight
- addObservation(double, double) - Method in class lib.easyjava.math.stat.SimpleLinearRegressor
-
Adds an observation to the regression data
- addVertex(T) - Method in class lib.easyjava.graph.directed.UnweightedDirectedGraph
-
- addVertex(T) - Method in class lib.easyjava.graph.directed.WeightedDirectedGraph
-
- addVertex(T) - Method in interface lib.easyjava.graph.Graph
-
Adds a new vertex to the graph with the given data
- addVertex(T) - Method in class lib.easyjava.graph.undirected.UnweightedUndirectedGraph
-
- addVertex(T) - Method in class lib.easyjava.graph.undirected.WeightedUndirectedGraph
-
- applyAsDouble(double) - Method in class lib.easyjava.math.function.UnivariatePolynomialFunction
-
- attemptCall(Supplier<T>) - Method in class lib.easyjava.net.rest.MultiRateLimiter
-
- attemptCall(Supplier<T>) - Method in interface lib.easyjava.net.rest.RateLimiter
-
Executes the call only if calls are available
- attemptCall(Supplier<T>) - Method in class lib.easyjava.net.rest.SingleRateLimiter
-