alibaba / Alink

Alink is the Machine Learning algorithm platform based on Flink, developed by the PAI team of Alibaba computing platform.
Apache License 2.0
3.57k stars 799 forks source link

Research and development of linear programming algorithm based on alink platform #83

Closed cainingnk closed 3 years ago

cainingnk commented 4 years ago

基于Alink平台的线性规划系列算法研发

hastagAB commented 4 years ago

Hi @cainingnk , I'm very glad to see a research-oriented project for ASoC. I would like to work on implementing the LP algorithm on Alink this summer. Do we have a getting started guide for the Alink project to get to know the codebase a little bit?

cainingnk commented 4 years ago

@hastagAB Thank you for your attention. please refer to https://developer.aliyun.com/topic/summerofcode2020 and https://github.com/alibaba/Alink/issues/85.

Pratham31 commented 4 years ago

Hi @cainingnk , I found it very interesting for a research-oriented project for ASoC.But is it mandatory to implement an algorithm with the help of java?

Pratham31 commented 4 years ago

HI @cainingnk , Do we have to implement both simplex and interior-point methods?