HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Chio

no profile record

comments

Chio
·tahun lalu·discuss
I can't share pricing details since they are confidential but if you just want to play with MIP you don't need to buy one of the big three (XPRESS, Gurobi, CPLEX) which are all very expensive but usually available for free for students. There are at least two good open source / free for non-commercial use MIP solvers available:

https://highs.dev/ https://www.scipopt.org/
Chio
·tahun lalu·discuss
We kind-of have that in DeepSeek-R1-zero [1], but it has problem. From the original authors:

> With RL, DeepSeek-R1-Zero naturally emerged with numerous powerful and interesting reasoning behaviors. However, DeepSeek-R1-Zero encounters challenges such as endless repetition, poor readability, and language mixing.

A lot of these we can probably solve, but as other have pointed out we want a model that humans can converse with, not an AI for the purpose of other AI.

That said, it seems like a promising area of research:

> DeepSeek-R1-Zero demonstrates capabilities such as self-verification, reflection, and generating long CoTs, marking a significant milestone for the research community.

[1] https://github.com/deepseek-ai/DeepSeek-R1
Chio
·2 tahun yang lalu·discuss
From a quick survey of the implementation probably not very well since, for example, it is using dynamic dispatching for all distance calculations and there are a lot of allocations in the hot-path.

Maybe it would be better to post this repository as a reference / teaching implementation of HNSW.
Chio
·3 tahun yang lalu·discuss
This is true, but there is HiGHS [1] which is "good enough" to use for a lot of real problems (though the commercial solvers are still better).

[1] https://highs.dev/
Chio
·3 tahun yang lalu·discuss
Happy new year! Committed to making this new year my, and your, best year so far!

Thanks for being a great community.