linqs / psl

The PSL software from the University of Maryland and the University of California Santa Cruz
http://psl.linqs.org
Apache License 2.0
296 stars 100 forks source link

Introduce OnlineInference applications, OnlineClients, and OnlineServers. #310

Closed dickensc closed 3 years ago

dickensc commented 3 years ago

This is a part of the changes made in the larger onlinePSL project.

Introduce OnlineInference applications, OnlineClients, and OnlineServers. This version of OnlineInference only supports Exits and Stops. Online test utilities and an SGDOnlineInference application test are also introduced. Currently, the testing infrastructure only tests to see that SGDOnlineInference applications start, will accept client connections, and will shut down cleanly.

eriq-augustine commented 3 years ago

lgtm!