TGTGInsightтелеграм анализLIVE / telegram public index
← Такты, стеки, два колеса

TGINSIGHT SIMILAR POSTS

Намери подобно съдържание

Изходен канал @clockstackwheels · Post #1084 · 9.04

В общем, была задача на оптимизацию плана работ: есть набор заказов, и в каждом N тасков. Таски могут зависеть друг от друга или нет, имеют длительность и тип. Ещё есть M работников, каждый из которых может выполнять таски только определённых типов, причём, у каждого своя скорость. Если все таски в заказе выполнены, фирма получает сколько-то денег. У заказа есть дедлайн, за просрочку штраф (за каждый день просрочки), который вычитается из цены заказа. И ещё фирма тратит деньги за каждый день своей работы независимо от того, как загружены её сотрудники (то есть просто платит зарплаты по сути). Ещё важен учёт праздников и выходных. Нужно заработать на определённом наборе заказов и работников как можно больше денег. Полный текст задачи и код программы проверки есть в репозитории. Эта задача является изменённым заказом, который мы с напарником решали в реальной жизни: оптимизация работы печатных станков для типографии. Правда, тогда и мы справились так себе, и заказчик в итоге сначала захотел всё вручную сам делать, а потом и вовсе похоронил проект при смене директора. !!! Не читайте дальше, если хотите сначала попробовать решить самостоятельно, потому что я сейчас опишу эффективные подходы и результаты. ________________________________________ Так вот. Мы с другим экспертом Андреем сразу сели и написали разные варианты, чтобы задать шкалу, по которой будем оценивать решения команд. За пару часов я собрал примитивный жадный алгоритм, который сортировал заказы по прибыльности и укладывал в сетку кое-как, это дало нам нижнюю оценку. Мой алгоритм заработал ~75 млн виртуальных рублей, мы решили для оценки поставить нижней границей 40 млн. То есть всё, что ещё ниже, оценивалось в ноль баллов за качество оптимизации. Затем Андрей закрылся дома на три дня и вышел на свет со сложным жадным алгоритмом, который очень хитро сортировал заказы и очень хитро укладывал их в сетку, попутно выбирая разные способы этой укладки в зависимости от конкретного заказа. Это позволило заработать ~275 млн рублей. Мы сделали верхней границей для оценки 280 млн. К сожалению, в итоге только две команды из десяти прошли нижнюю границу, заработав, соответственно, ~91 и ~105 млн. К верхней границе не приблизился никто. И у четырёх команд алгоритм вообще не смог уложить без нарушений задачи в сетку (то есть, например, произвольно менял длительности, накладывал задачи друг на друга, давал одному работнику две задачи в один момент и так далее). Важной ошибкой команд, на мой взгляд, являлся тот факт, что никто не воспользовался возможностью запустить алгоритм на несколько минут и дать ему поработать. По условиям задания, можно было тянуть до 5 минут на одну оптимизацию, но по факту решения команд отрабатывали за единицы и десятки секунд. На самом конкурсе, пока команды работали, я решил попробовать сделать быстрое (по времени написания) но эффективное решение. Сначала попробовал жадную сортировку + доведение до лучшего варианта методом имитации отжига. В качестве нового состояния я просто менял местами заказы целиком. Этот вариант работал пару минут и дал мне около ~200 млн дохода. К слову, команда-лидер использовала такой же подход, просто не докрутила число итераций и температуру. Ну и потом я взял готовую либу по реализации классической генетики с особями и скрещиванием. Особью был массив с приоритетами заказов (которые конечно же нужно было аккуратно уложить чистым алгоритмом). Тип скрещивания: scattered. Всего 15 поколений по 20 особей, и это за минуту-полторы давало ~230-240 млн. Считаю, что для конкурса это самый лучший выбор: пишется одним человеком за день и даёт почти максимум, при этом легко настраивается на нужную длительность работы, легко параллелится. Ну а потом уже дома я посидел и накодил свой вариант сложного жадного с плавающим окном перебора отсортированных заказов и плавающей же укладкой по работникам. Такая штука за две минуты зарабатывает ~281 млн. Но за три дня в условиях стресса я бы такое не сделал, скорее всего. #dev

Hashtags

Резултати

Намерени 10 подобни публикации

Търсене: #configuration

当前筛选 #configuration清除筛选
The Telegram Times

@TheTGTimes · Post #81 · 20.10.2023 г., 17:00

The maximum number of chat folders for premium users was increased Based on the latest information received from the Telegram configuration, the folder creation limit for ⭐️Premium Users has been increased from 20 to 30. This limit has not changed for non-premium users and these users can create a maximum of 10 folders. #Premium | #Configuration 👉The TG Times

The Telegram Times

@TheTGTimes · Post #78 · 06.10.2023 г., 10:24

Increased cooldown time to activate Stealth Mode in stories According to the latest changes in Telegram's configuration files, the minimum time interval for reactivating Stealth Mode for stories was increased from one hour to 3 hours. This means that after activating it, Stealth Mode will be activated for you for 25 minutes, and you can activate Stealth Mode again after 2 hours and 35 minutes. #Stories | #Configuration 👉The TG Times

The Telegram Times

@TheTGTimes · Post #60 · 11.09.2023 г., 07:31

Archive and Save Stories in Channels As with personal stories, channel stories are archived after they expire, and subscribers to that channel will no longer be able to access them unless you post them to the channel profile. #Stories | #Configuration 👉The TG Times

The Telegram Times

@TheTGTimes · Post #18 · 10.08.2023 г., 18:58

Limits for posting stories In the configuration of the Telegram server, It was found that there are restrictions for premium and non-premium users. Information specified from this configuration: - Weekly limit for posting stories: ⭐️ Premium users : 70 stories 👤 Non-premium users : 7 stories - Monthly limit for posting stories: ⭐️ Premium users : 300 stories 👤 Non-premium users : 30 stories It is possible that other restrictions will be applied to Telegram stories, but as soon as it becomes clear, we will inform you through the channel. #Stories | #Configuration 👉The TG Times

iDubTG

@idubtg · Post #276 · 20.10.2023 г., 17:08

The maximum number of chat folders for premium users was increased Based on the latest information received from the Telegram configuration, the folder creation limit for ⭐️Premium Users has been increased from 20 to 30. This limit has not changed for non-premium users and these users can create a maximum of 10 folders. #Premium | #Configuration 👉The TG Times

The Telegram Times

@TheTGTimes · Post #59 · 11.09.2023 г., 07:22

Stories on Channels and Boosts According to the latest Telegram configuration information received, Telegram is launching the boosting system for channels. Boost allows channel subscribers to vote for their favorite channels. By boosting channels, some features may be activated, such as posting stories in the channel. But the exact features and rewards based on this system are still unknown As it turns out, only premium users have the ability to boost channels, and these users will only have one boost available at no extra cost. Users can only choose which channel to boost once a day. #Stories | #Beta | #Configuration 👉The TG Times

The Telegram Times

@TheTGTimes · Post #115 · 31.10.2023 г., 21:20

📰Giveaways are getting ready to be activated on the main server Telegram beta configuration updates in each version make the Giveaways more complete and prepare for official presentation. This system was active for some to receive more boosts from the first release of the beta version 10.2.0 on the test server. Also, multiple boosts and the possibility of boosting more by giving a Premium gift are not activated on the main server, which can be related to the Giveaways. It is expected that this system will be launched soon in the next updates for the main server. Configurations by @tgcrawl #Giveaways | #Configuration 👉The TG Times

The Telegram Times

@TheTGTimes · Post #108 · 25.10.2023 г., 19:06

📰Get more boosts by gifting Telegram Premium! In the latest information received from Telegram beta configuration by @tgcrawl, it was found that if you buy a Premium subscription for yourself, you will receive one available boost and if you gift a subscription to one of your contacts, you will receive some additional boosts. When you want to boost another channel while you have already boosted another channel, this message will be displayed to you: "To Boost **1%$s** reassign a previous boost or gift Telegram Premium to a friend to get **%2$d** additional boosts" This is an example #Boost | #Configuration | #Beta v.10.2 👉The TG Times

Go

@golang · Post #28 · 28.01.2018 г., 20:33

Interesting step-by-step guide about design and development API with Docker containers, Swarm cluster and Traefik (HTTP reverse proxy and load balancer). In this article you’ll know how to configure the Traefik in the Docker environment with 3 following nodes: one manager and two workers #architecture#configuration#docker#microservices https://hackernoon.com/architecting-a-highly-scalable-golang-api-with-docker-swarm-traefik-875d1871cc1f?source=linkShare-b636419a57de-1517171008

GitHub Trends

@githubtrending · Post #15440 · 27.01.2026 г., 12:00

#go#config#config_loader#configuration#configuration_file#configuration_management#etcd_client#go#golang#golang_package#s3_bucket#toml#viper#yaml koanf is a lightweight Go library to load config from files (JSON, YAML, TOML), env vars, flags, S3, Vault and more, merging them easily with dot-path keys like "app.server.port". Install core with `go get github.com/knadh/koanf/v2`, add providers/parsers as needed. It's a cleaner Viper alternative with fewer dependencies and better extensibility. This saves you time by simplifying config in apps, letting you override values flexibly without bloat or forced orders. https://github.com/knadh/koanf