When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

By ICPCNews, history, 4 years ago, In English

text UPDATED

Dear participants!

Congratulations on joining the ICPC 2020 Graph Mining Challenge powered by Huawei! All were truly amazed by the participation and quality of the solutions. Congratulations to all of the winners! You will be contacted soon about your prizes.

The competition was so fierce that ICPC U and Huawei have decided to keep the fun going by starting a new, one-week challenge with all new prizes. The problem and graphs are the same, so you can build on your previous success. All are encouraged to participate in this challenge. You may only win one prize from the entire ICPC Graph Mining Challenge events (all combined). If you place in multiple challenges, you will be able to pick the prize you prefer.

Join ICPC Challenge: Marathon

Many of you might have been following the Challenge tutorials on ICPC U page. If you didn’t — we’re delighted to invite you to do so in order to sharpen your problem-solving skills and applying it during this additional ICPC challenge week.

As always, ICPC U invites everyone to Train, Practice, and Perform!

  • Vote: I like it
  • +128
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
Rev. 3   Vote: I like it +44 Vote: I do not like it

What just happened? Is it going to be the same task?

How will the prizes be distributed amongst top competitors? I guess it's not really fun to get two identical phones. Also you should've told not to discuss any solutions, now many people know each others' solutions.

»
4 years ago, # |
  Vote: I like it +191 Vote: I do not like it

:)

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

But will participants of 3-hour challenge still receive prizes?

»
4 years ago, # |
  Vote: I like it +26 Vote: I do not like it

Are contestants who already won prizes would be out of competition in this contest?

»
4 years ago, # |
  Vote: I like it +44 Vote: I do not like it

Stupid question, but are participants allowed to cooperate?

»
4 years ago, # |
  Vote: I like it +14 Vote: I do not like it

Many of you might have been following the Challenge tutorials on ICPC U page. If you didn’t — we’re delighted to invite you to do so in order to sharpen your problem-solving skills and applying it during this additional ICPC challenge week.

Is there any Challenge tutorial on that page? Even Endagorion's stream is private now, which is a bit unfair to people who didn't watch him.

»
4 years ago, # |
  Vote: I like it +37 Vote: I do not like it

Please, make contest a little bit shorter (for about 1 hour). It intersects with Global Round 9 for 55 minutes.

»
4 years ago, # |
  Vote: I like it +26 Vote: I do not like it

The contest is over now, so, can someone from top share main ideas of algorithm? Thanks in advance

  • »
    »
    4 years ago, # ^ |
      Vote: I like it +50 Vote: I do not like it

    My best solutions came from applying the Leiden algorithm adapted to fit the objective function, coupled with some local search/simulated annealing to get a few dozen extra points.

    • »
      »
      »
      4 years ago, # ^ |
        Vote: I like it +35 Vote: I do not like it

      For a simpler solution, I found that greedily creating singleton clusters to maximize regularization on the partition given by the original Leiden algorithm works well also.

    • »
      »
      »
      4 years ago, # ^ |
        Vote: I like it +16 Vote: I do not like it

      What does your function for MergeNodesSubset for Leiden look like? Did you use the γ in the pseudo-code and what is that, is it a function?

      Also what was your initial temperature for SA and how did you decrease the temperature, I didn't get great scores with it compared to hill climbing and if I did it took a long time. I used temperature = 1 and decreased it linearly by .1 or .01 (and my formula for the probability looked like this: exp(delta*10000/temperature)).

      • »
        »
        »
        »
        4 years ago, # ^ |
          Vote: I like it +14 Vote: I do not like it

        I just used an existing implementation and added some extra bookkeeping data to be able to recompute the regularization quickly. The $$$\gamma$$$ is the "resolution" and is just a parameter for the objective function (for modularity, $$$\gamma = \frac1{2|E|}$$$).

        For the local search, let $$$S$$$ be the current best score and $$$S'$$$ be the score after a proposed change. If $$$S > S'$$$, my algorithm would accept the change with probability $$$\min(0.02, \exp(10(S'-S))$$$. The proposed change was the best change among all possible moves for 55 randomly sampled nodes. There's no reason for choosing any of these parameters, it just worked well enough in practice.

  • »
    »
    4 years ago, # ^ |
    Rev. 2   Vote: I like it +53 Vote: I do not like it

    I published post with some ideas link

»
4 years ago, # |
  Vote: I like it +24 Vote: I do not like it

Can you please keep a version of ICPC open for practice .

Thanks a lot!

»
4 years ago, # |
Rev. 2   Vote: I like it +62 Vote: I do not like it

how soon winners will get their prizes?? [user:ICPCNews1,2020-07-07]

  • »
    »
    4 years ago, # ^ |
      Vote: I like it +47 Vote: I do not like it

    And will you pay the import tax and duties? [user:ICPCNews1,2020-07-07] Last time I got a prize from a Huawei contest, I was billed 189 USD in import tax and administration fees from DHL after receiving the package. There's 25% import tax in Norway, and DHL sends the bill to the receiver if the sender doesn't take care of it. I might decline the prize rather than paying the bill.

»
4 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

Where is my prize?

»
4 years ago, # |
  Vote: I like it +11 Vote: I do not like it

Are this prizes also for the Top 12 participants of each group? I finished 5th amongst the World Finalists in the additional week and I haven't been contacted :s

»
3 years ago, # |
Rev. 2   Vote: I like it +10 Vote: I do not like it

Did any prize winner NOT receive his/her prize? I just received an email more than 2 months ago ("Award notification email from Huawei x ICPC Graphic Mining Challenge") and nothing more. I already sent a couple of messages but got no reply. Any ideas how to complain about this?