Live data from Hacker News

Viewing profile — mccourt

mccourt

HN member
Joined
Thu, Oct 01, 2015, 4:28 PM UTC
HN karma
87
Public activity
51 items

About mccourt

Research Engineer at SigOpt.

Recent public activity

  1. comment
    Comment #27321766

    This is a cool post, and I really appreciate the link/references to other content. At one point I played around with parametrizing procedural generation of mazes to produce a desir…

  2. comment
    Comment #27320396

    You can really do training in just hours? I didn't realize how efficient current systems are for this.

  3. comment
    Comment #23793847

    This blog post lists a bunch of gradient-free optimization packages, some genetic and some Bayesian: https://sigopt.com/blog/comparison-bayesian-packages-hyperpa... . Nothing from …

  4. comment
    Comment #23785406

    Great example of the fact that different circumstances require different approaches, and the fact that brute force is increasingly impractical for combinatorially complex problems.…

  5. comment
    Comment #23784471

    A very reasonable point and, certainly, the direction that parts of the computational community have embraced over the years. I will use integration as an example: classic computat…

  6. story
  7. comment
    Comment #19692866

    I always appreciate articles emphasizing the importance of hyperparameter optimization; thank you for writing this. The discussion on learning rate is nice additional point to ment…

  8. comment
    Comment #17871288

    This is a good article, but I wish it went a bit further into the complexities facing Hong Kong as it seeks its place in a 21st century where access to Chinese investments is no lo…

  9. story
  10. story
  11. comment
    Comment #13194848

    Bayesian optimization, I am familiar with, but Q-learning, not so much. If anyone has good references on or introductions to Q-learning I would appreciate it.

  12. story
  13. comment
    Comment #12309199

    Yeah, I think that's probably the split - folks from computer science/discrete math on one side and folks from engineering on the other. I grew up in math, but I was on the numeric…

  14. comment
    Comment #12308724

    Do you have a reference for fitting matrix-valued time series with nonlinear criteria? I'm familiar with the standard Box-Jenkins methods but I usually see that done with linear le…

  15. comment
    Comment #12306926

    I'd also like to throw in some work by a former colleague of mine at Argonne, Sven Leyffer on nonlinear programming: - A compendium he co-edited named (appropriately enough) Mixed …

  16. comment
    Comment #12306830

    And I can absolutely agree that, as more criteria arise, the mechanism for linear scalarization probably becomes more fragile (subject to inconsistent behavior from the coefficient…

  17. comment
    Comment #12306674

    Good call - if the problem is well behaved then small changes in gamma should be able to use the previous solution as an initial guess. And I absolutely agree with the robustness i…

  18. comment
    Comment #12306603

    That's very helpful. Thanks a lot!

  19. comment
    Comment #12306591

    That strategy can be viable; it's discussed in the Wikipedia article: https://en.wikipedia.org/wiki/Multi-objective_optimization#N... As is suggested there, though, implementing th…

  20. comment
    Comment #12302187

    Good call. That's a simpler example than where I was going.

  21. comment
    Comment #12302029

    You make a perfectly accurate point that, in practice, it is unlikely one would be able to make such a prediction without significant info about the model. The above comment was me…

  22. comment
    Comment #12302010

    Our customers who are working with multicriteria problems have, thus far, had primarily two criteria, thus we have been helping them manage their two criteria problems into a scala…

  23. comment
    Comment #12301769

    You are absolutely correct that some sort of lexicographic ordering could exist: https://en.wikipedia.org/wiki/Lexicographical_order#Finite_s... If such an ordering did exist, then…

  24. comment
    Comment #12301738

    First off, I am very hesitant to say anything about biconvex problems - I only see them in passing and they are definitely not in my wheelhouse. If anyone out there is an expert, o…

  25. comment
    Comment #12301432

    I wrote this post and am also happy to comment. Hopefully we'll be following this up soon with a post on treating robustness and cost simultaneously in a multicriteria setting. Als…