Travelling salesman problem algorithm using dynamic programmingtrabajos

Filtro

Mis búsquedas recientes
Filtrar por:
Presupuesto
a
a
a
Tipo
Habilidades
Idiomas
    Estado del trabajo
    2,000 travelling salesman problem algorithm using dynamic programming trabajados encontrados, precios en USD

    ...involve designing a home, and I require both 2D blueprints and 3D models. Key aspects of the project: - Home design from scratch - Creation of comprehensive 2D architectural plans - Creation of detailed 3D models The ideal candidate will have: - Extensive experience in residential design - Proficiency in 2D and 3D architectural design - Strong attention to detail - Creative problem-solving skills....

    $3624 (Avg Bid)
    $3624 Oferta promedio
    25 ofertas

    Telemarketer for Dynamic Team Summary: We are looking for an enthusiastic and professional telemarketer who is fluent in English and Spanish to join our team. Preferably based in Latin America or the Philippines to align with our working hours. Detailed Description: We are seeking a telemarketer with excellent communication skills in English and Spanish to make outbound calls and handle inbound inquiries. The ideal candidate should have previous experience in telemarketing or sales, be able to work independently, and have a results-oriented approach. Requirements: Fluency in English , Spanish is a plus. Previous experience in telemarketing or sales roles. Access to a stable internet connection and the necessary equipment to make VoIP calls. Availability to work hours that coi...

    $5 / hr (Avg Bid)
    $5 / hr Oferta promedio
    5 ofertas
    Quiz Game programming Finalizado left

    Hola Contina S., tu perfil llamó mi atención y me gustaría ofrecerte mi proyecto. Podemos conversar sobre los detalles por chat.

    $170 (Avg Bid)
    $170 Oferta promedio
    1 ofertas

    ...turning a lamp on and off with a button, but instead of using a button, use an infrared sensor. When the infrared sensor detects the presence of my hand, an LED strip lights up and 6 servomotors move 90 degrees. The LED strip remains on and the servomotors remain in that position indefinitely. Until the infrared sensor detects the presence of my hand, again, and then the LED strip turns off and the servomotors return to the initial position. I can send you the Arduino code that I want to modify but that doesn't work the way I want. To be successful in this project, the following are the requirements: Skills and Experience: - Strong Arduino programming experience - Experience in programming interactions with presence sensors - Excellent problem solving ...

    $32 (Avg Bid)
    $32 Oferta promedio
    9 ofertas
    Dynamic proyecto Finalizado left

    En este proyecto, nos enfocaremos en proporcionar una maquetación web profesional y atractiva. Nuestro objetivo es transformar tus diseños en una experiencia visualmente agradable y completamente funcional. utilizando las tecnologías líderes en la web: HTML, CSS y JavaScript.

    $80 (Avg Bid)
    $80 Oferta promedio
    1 ofertas

    Es un proyecto en codigo ensamblador en MSP430, se requiere solo el código

    $10 (Avg Bid)
    $10 Oferta promedio
    1 ofertas
    Odoo trouble shooting Finalizado left

    I have this problem with odoo when I add a brand to a product for example. RPC_ERROR Odoo Server Error Traceback (most recent call last): File "/opt/odoo16/odoo/odoo/", line 983, in get cache_value = field_cache[record._ids[0]] KeyError: 563982 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/odoo16/odoo/odoo/", line 1160, in __get__ value = (record, self) File "/opt/odoo16/odoo/odoo/", line 990, in get raise CacheMiss(record, field) : '(563982,).active' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/odoo16/odoo/odoo/", line 1583, in _serve_db return service_model

    $35 (Avg Bid)
    $35 Oferta promedio
    8 ofertas

    Crear un modelo reusable (usando fuzzy logic) el modelo debe tener capacidad de usar hasta 30 variables y sugerir cuál es la mejor opción, pero que sugiera el mejor resultado ( fácil de entender la solución óptima) el resultado debe ser dirigido a una persona con educación media o universidad. Yo no tengo acceso a Python o Matlab.

    $31 (Avg Bid)
    $31 Oferta promedio
    10 ofertas
    Api data info Finalizado left

    There is a software that sends authentication information to a WEB API, that server retur...that server returns some authentication values depending on the data sent by the authentication software, I need to know exactly how the data that the server returns to the software is generated, I have 2 examples real data sent to the server and received from the server I have been doing cryptographic tests but I have not been able to replicate exactly the same data. I need to find the exact algorithm or hash or jump or encryption that replicates the values that the web api sends to the software. You should not develop any software or project, just analyze the data that I will send you and tell me how it is generated so that I can generate new data with other new information. Any question S...

    $40 (Avg Bid)
    $40 Oferta promedio
    2 ofertas
    Dynamic Growing Finalizado left

    Somos una agencia de Growth Partner que nos dedicamos a multiplicar la facturacion de empresas o empresarios con contenido organico, embudos de venta y appointment setters. Cobraran comisiones

    $784 (Avg Bid)
    $784 Oferta promedio
    8 ofertas

    Ayuda para implantar Controladores de aspx. con un proyecto existente.

    $11 / hr (Avg Bid)
    $11 / hr Oferta promedio
    17 ofertas

    I am looking for a freelancer to help me with managing my personal social media accounts, specifically on Facebook. Skills and Experience: - Experience in social media management - Knowledge of Facebook's algorithm and best practices - Creative and engaging content creation - Ability to schedule and post updates once a week - Familiarity with personal branding and storytelling on social media platforms would be a plus.

    $336 (Avg Bid)
    $336 Oferta promedio
    30 ofertas

    Buscamos un colaborador que nos permita seguir configurando nuestro entorno DYNAMIC SALES, con conocimiento de configuración de tablas, campos (columnas), formularios de la plataforma, además de tener conocimiento de POWER AUTOMATE para personalización de automatizaciones del entorno. Actualmente contamos con entorno DYNAMIC SALES operativo y buscamos colaborador para realizar entre otras las siguientes configuraciones pendientes: - Homogenización de paneles y vistas actuales para diferentes APP internas, dependiendo del rol de usuario - Creación de vistas preconfiguradas para visualización en las diferentes tablas (oportunidades/cuentas/etc...) - Adaptación de tablas existentes al proceso de negocio real de la compañ&ia...

    $551 (Avg Bid)
    $551 Oferta promedio
    22 ofertas
    MySQL/MariaDB SQL TASK Finalizado left

    Write SQL statements (MySQL/MariaDB SQL) to: Create a relational database named ‘GourmetHub’ using MySQL/MariaDB SQL (write also the statement to use it). Create the following table: RESTAURANT (CODE, name, location) with the following restrictions: CODE is the primary key. It is an alphanumeric code designating each unique restaurant. The code can have 1 to 5 characters. NAME is an alphanumeric sequence, it is required, and it is unique. LOCATION is an alphanumeric sequence, indicating the address or area of the restaurant, and it is required. Create the following table: DISHES (CODE, name, type, price) with the following restrictions: CODE is the primary key. It is a four-character alphanumeric code designating each unique dish. NAME is an alphanumeric sequence, it is...

    $31 (Avg Bid)
    $31 Oferta promedio
    27 ofertas

    ...capaz de imprimir más de 500 etiquetas por día. Por lo tanto, requiero una persona experimentada que pueda crear un sistema eficiente y robusto. _____________________________________________ I am looking for a programmer with experience in label print servers with merchandise traceability software. The project tries to build a system that uses Windows as the main operating system. The primary programming language should be API-Angular-ZPL. This solution should be able to print more than 500 labels per day. Therefore, I require an experienced person who can create an efficient and robust system....

    $608 (Avg Bid)
    $608 Oferta promedio
    16 ofertas

    The creation of a complete API for integration with Whatsapp Web using web scraping and other techniques is required to finally achieve a system like the one Green API has The programming language will preferably be Node.js In addition to the Green API functionalities and endpoints, it is necessary to add the following: 1. Delete chats messages 3. Receive notifications to the webhook of the other person editing messages Typing signal the development must be implemented in a docker with a Linux operating system. We need the code to be developed in the framework and the messages must be handled in a queue An admin interface is required to manage the instances (servers) through the API of our data center in Oracle. This is

    $1390 (Avg Bid)
    $1390 Oferta promedio
    32 ofertas

    ...una plataforma líder de comercio electrónico. Este es un rol remoto con flexibilidad de horario, pero requiere un compromiso de 4 horas diarias con una reunión diaria para coordinar tareas y progreso. Responsabilidades: Implementar autenticación OAuth2. Realizar verificaciones post-instalación de la aplicación. Trabajar en colaboración con otro desarrollador utilizando la metodología pair programming. Mantener comunicación a través de Discord. Requisitos: Experiencia avanzada en PHP (clases, objetos, herencias). Capacidad para trabajar en colaboración y de forma autónoma. Fluidez en español. Disponibilidad para reuniones diarias y trabajo en equipo. Oferta: Contrato por un mes, con po...

    $235 (Avg Bid)
    $235 Oferta promedio
    59 ofertas

    I have a web system that I normally access using a username and password (be careful, I don't have a system code or anything, I just have access). I want to integrate this system into my WordPress site using an iframe. This means that you will insert an iframe into a WordPress page that will load the content from the system. I want the system to be pre-authenticated, meaning that when someone logs in through my WordPress site, the system already has the credentials saved and logged in, so the user will not be prompted to enter their username and password again . All this in WordPress, which never logs out of that system. Also indicate that when I make an iframe in my wordpress to the link of the web system I get a message (the connection was rejected or something sim...

    $85 (Avg Bid)
    $85 Oferta promedio
    11 ofertas
    Linja con IA Finalizado left

    I have the game manually implemented in full, but I need to adapt it so that one of the players is the AI using a minimax algorithm with alpha-beta pruning. I'm having trouble making the necessary adjustments to get it to work, and I was wondering if you could help me adapt the code

    $19 (Avg Bid)
    $19 Oferta promedio
    4 ofertas

    Estoy tratando de implementar el login de facebook bussiness para crear una aplicacion que conecte el chat de facebook, instagram y whatsapp. Estoy haciendo los pasos correctos, estoy validado como empresa en Meta developers, y cuando creo el boton de login en lugar de solicitarme los permisos de la aplicacion recibo "este contenido no esta disponible". En el dashboard mando llamar el login de facebook como se debe. Al probarlo en una aplicacion consumer funciona bien pero al hacerlo en una aplicacion tipo bussiness y añadir el config id no funciona correctamente y recibo el error "el contenido no esta disponible". Requiero que la persona que tome el proyecto nos ayude de manera remota a explicarnos el proceso a realizar para implementar correctamen el inicio d...

    $165 (Avg Bid)
    $165 Oferta promedio
    2 ofertas

    ...API completa de integración con Whatsapp Web utilizando web scraping y otras técnicas para lograr finalmente un sistema como el que tiene Green API El lenguaje de programación será preferentemente en Node.js ++++++++++++ The creation of a complete API for integration with Whatsapp Web using web scraping and other techniques is required to finally achieve a system like the one Green API has The programming language will preferably be Node.js...

    $597 (Avg Bid)
    $597 Oferta promedio
    16 ofertas

    estoy programando en una STM32 F303RE y necesito un generador de voltaje variable por medio del DAC es decir que de una salida de voltaje dc variable, todo esto en C a nivel de registros o bare metal programming

    $10 - $30
    $10 - $30
    0 ofertas

    I need someone to create dynamic hyperlinks in an Excel folder. This project is for personal use and the Excel files I need connected are both workbooks and spreadsheets. Specifically, I am using Office 365 or a Cloud Based version of Excel. I am looking for someone who is highly experienced with the software and capable of completing this project to a high standard. The results need to be reliable and accurate.

    $135 (Avg Bid)
    Urgente
    $135 Oferta promedio
    10 ofertas

    Hola Muhammad Usman A., vi tu perfil y me gustaría ofrecerte mi proyecto. Podemos conversar por chat acerca de los detalles.

    $68 (Avg Bid)
    $68 Oferta promedio
    1 ofertas

    ...desarrollo de plugins. --- As a Capacitor plugin developer, you will have the exciting task of creating a component that will allow you to receive video calls in our Capacitor-based mobile apps. Responsibilities: 1. Plugin Design and Development: Design and develop a Capacitor plugin that enables video call functionality in Android applications. This includes creating application programming interfaces (APIs) and implementing logic to handle real-time video calls. 2. Integration with Capacitor: Work closely with the development team to integrate the video call plugin into the Capacitor framework, ensuring that it is compatible and consistent with the general architecture. 3. User Interface (UI): Collaborate with designers and other team members to define and...

    $1243 (Avg Bid)
    $1243 Oferta promedio
    29 ofertas

    ...button to manually open the cash drawer, requiring an administrator's password. When editing a quotation, adjust the screen layout in the POS to match the sales screen, including all the features of electronic invoicing. Implement expense tracking, adjust the lines accordingly, and print and open the cash drawer upon saving. Configure and enable multiple currencies in the system. I am currently using the Costa Rican colón; however, I also want to have the option to use US dollars. The currency display should not appear on the invoice; it should only be internal to the system. Allow customers to make payments in both dollars and colones simultaneously. In the cash register closure, provide the option to enter the amounts in both dollars and colones. Enable cash withdra...

    $219 (Avg Bid)
    $219 Oferta promedio
    29 ofertas

    Necesitamos poner odoo desde nginx y esta dando un error que simplemente n nos permite continuar a usarlo con el puerto 80 y 443, necesitamos dejar corriendo odoo con solamente el dominio o bien la ip con puerto invisible We need to put odoo from nginx and it is giving an error that simply does not allow us to continue using port 80 and 443, we need to let odoo work with only the domain or the ip with an invisible port

    $10 - $30
    $10 - $30
    0 ofertas

    ...with our target audience, consisting of individuals from the upper-middle and upper classes who value quality and contemporary style. ? DESIRED EXPERIENCE: I am looking for a professional with proven experience in designing WordPress websites, especially using Divi and creating custom child themes. ? WEBSITE DEVELOPMENT: The selected designer will develop the new website in a subdomain dedicated solely to the redesign process. Once completed and approved, the new site will be migrated to the main domain. The website will be built using a custom child theme of Divi, fully utilizing the potential of Divi's page builder. In the WordPress installation on the development subdomain, the Divi child theme will be configured and ready to use, along with an API number alre...

    $234 (Avg Bid)
    $234 Oferta promedio
    73 ofertas

    Buscamos comerciales para vender nuestros servicios digitales. Prospección de clientes. Ofrecemos comisiones elevadas (50-100$ o más por cliente) Ofrecemos: Lanzamiento de infoproductos. Edición de video. Publicidad online. Diseño grafico. Nos especializamos en la automatización de YouTube y la creación de contenido para redes sociales.

    $950 (Avg Bid)
    $950 Oferta promedio
    4 ofertas

    Busco desarrollador, de sistemas JAVA, para la creación de un sistema de control de presupuestos, solicitud de requisiciones, compras, inventarios, partidas de proyectos presupuestarios. El sistema será un similar a lo existentes Dynamic o tipo SAP for HANA. PROPOSALS FROM COMPANIES ARE NOT ACCEPTED, ONLY INDEPENDENT DEVELOPER.

    $1470 (Avg Bid)
    $1470 Oferta promedio
    23 ofertas

    I want to develop an API service that queries a Google Docs sheet and returns the data in JSON format using .NET 7. Aim: The goal of this project is to create an API service that integrates with a Google Docs sheet and extracts the data needed to provide a response in JSON format. This will allow the data to be accessible programmatically and can be used in different applications. This api will be published on a web server and must be accessible to anyone who has the url

    $27 / hr (Avg Bid)
    $27 / hr Oferta promedio
    11 ofertas

    Tengo una galeria de productos echo con php y mysql, arriba de la imagen hai una icona (i) clickando en esa icona quiero que salga un modal con titulo del producto, imagen y descripcion (como en el ejemplo) los datos se sacan de una base de datos.

    $29 (Avg Bid)
    $29 Oferta promedio
    40 ofertas

    Actualmente estamos en el proceso de desarrollar una aplicación móvil React Native y estamos interesados ​​en implementar la funcionalidad Dynamic Link Firebase dentro de ella. Como tal, solicitamos amablemente su ayuda para proporcionarnos documentación técnica completa sobre el proceso de implementación.

    $17 / hr (Avg Bid)
    $17 / hr Oferta promedio
    6 ofertas

    Por alguna razón, dejó de funcionar y actualizarse el https en mi dominio y necesito que siga actualizándose letscrypt. Es algo simple de solucionar me imagino.

    $21 (Avg Bid)
    $21 Oferta promedio
    8 ofertas

    Hola Programming Arena, observé tu perfil y me gustaría ofrecerte mi proyecto. Podemos conversar por chat acerca de los detalles.

    $2 / hr (Avg Bid)
    $2 / hr Oferta promedio
    1 ofertas

    I have the domain and hosting. I need a web page in wordpress to later upload it to the hosting so that it is ready to use. You have to download the images and texts and upload them in the new wordpress template, using the same colors, the same menu, skin, etc. I will deliver the texts in Spanish, so preferably I need someone who can understand Spanish. Now if the language is not a problem for this type of work, there is no problem in English. ---------------------------------------------------------------------------------------------------------- Tengo el dominio y hosting. Necesito una página web en wordpress para luego cargarla al hosting para que quede lista para usar. Hay que descargar las imágenes y los textos y subirlos en la nueva plantilla de...

    $159 (Avg Bid)
    $159 Oferta promedio
    48 ofertas
    iphone 15 Finalizado left

    A pocos meses del lanzamiento de la fam...su diseño. En este punto en particular es donde promete sorprender, ya que todo indicaría que desaparecerá el notch característico para la cámara selfie de todos los modelos. Para captar la atención del mercado mobile, la compañía comandada por Tim Cook prepara algo que, posiblemente, fue de los mejores añadidos en la generación actual de los iPhone: transformar en estándar la Isla Dinámica (Dynamic Island, en inglés) al incorporarlo en toda la familia de dispositivos. Esta característica que hizo su debut con los iPhone 14 Pro y Pro Max es un elemento para notificar algunos datos de forma rápida, como por ejemplo el tiempo que hace o v...

    $290 (Avg Bid)
    $290 Oferta promedio
    3 ofertas

    We bought a Plug-In and it is incompatible with my mailbox. RunGrand (WordPress) and the main extension gives me a fatal error. We need a reliable programmer who can solve the problem for us quickly.

    $22 (Avg Bid)
    $22 Oferta promedio
    7 ofertas

    Necesito un bot de comercio de acciones/ETF de actividad de información privilegiada en la API de TWS de Interactive Broker, luego prueba retrospectiva y prueba futura utilizando Python backtrader y el motor LEAN de QuantConneact SDK oficial de Python proporcionado por IBKR, y una exportación CSV de terceros de la actividad interna API para datos de acciones históricas, Python BT ...acciones/ETF de actividad de información privilegiada en la API de TWS de Interactive Broker, luego prueba retrospectiva y prueba futura utilizando Python backtrader y el motor LEAN de QuantConneact SDK oficial de Python proporcionado por IBKR, y una exportación CSV de terceros de la actividad interna API para datos de acciones históricas, Python BT u otras bibliotecas ...

    $175 (Avg Bid)
    $175 Oferta promedio
    4 ofertas

    Le Guide Noir ayuda a las empresas a aumentar su rentabilidad a través de la centralización en un solo software de distintas herramientas para la gestión de sus redes sociales. Desde el departamento de producto, buscamos un perfil híbrido UI/Frontend Developer para seguir mejorando nuestra plataforma. Colaborará en los nu...plataforma. Participarías en todo el proceso, desde la fase de diseño, maquetación, pasando por la creación de especificaciones técnicas para los programadores, hasta las últimas fases revisión final y lanzamiento de producto. Requisitos mínimos: Nivel alto de HTML5, CSS3, Bootstrap Figma Inglés nivel alto. Al menos 6 meses de experiencia previa trabajando en puesto simil...

    $737 (Avg Bid)
    $737 Oferta promedio
    43 ofertas

    Tengo el siguiente proyecto. Tengo un complemento que es una pasarela de pago local. Esta funciona sin problema, pero el proceso de pago es muy confuso. Por tal motivo quiero modificarlo cambiando...proyecto. Tengo un complemento que es una pasarela de pago local. Esta funciona sin problema, pero el proceso de pago es muy confuso. Por tal motivo quiero modificarlo cambiando el orden en que se presenta el proceso de pago. En la imagen adjunta se aprecia mejor el requerimiento. --------- I have the following project. I have a plugin which is a local payment gateway. This one works without any problem, but the payment process is very confusing. For this reason I want to modify it by changing the order in which the payment process is presented. The attached image shows the requireme...

    $38 (Avg Bid)
    $38 Oferta promedio
    8 ofertas

    Requiero de una persona que integre un Plugin o Cron Job para conectar el catálogo de mi proveedor Intcomex a la tienda que tengo en WordPress / Woocomerce. La conexión aparentemente será RestAPI para obtener los datos en XML y sincronizar el stock, precio, imágenes y descripciones de los productos 1 vez al día por la noche. Category IT & Programming

    $22 (Avg Bid)
    $22 Oferta promedio
    5 ofertas

    ...related field or equivalent work experience. Minimum requirements: - 10+ years’ experience in large projects of development, implementation or migration of data, experience. - Experience with SQL Server and SQL Server Management Studio (SSMS). - Advanced knowledge of T-SQL, design of complex queries, stored procedures, views, functions. - Expertise with data migration projects and complex SQL programming/debugging is very important. - Proactivity, commitment and autonomy, you have to be responsible for deliveries in a timely manner. - Some meetings will have to be held in English (mostly in Spanish). Additional requirements: - Familiarity with developments, integrations or migrations to SAP. - Awareness of Business Processes Management functional analysis techniques (BPM)...

    $16632 (Avg Bid)
    $16632 Oferta promedio
    4 ofertas

    Relizar las panbtallas para consumir api de creacion de encuestas en angular

    $202 (Avg Bid)
    $202 Oferta promedio
    11 ofertas

    Buenas Ignacio, mi nombre es David, un placer. Quisiera conectar un sensor de distancia a una red de Artnet para que el controlador DMX pudiera recibir ciertas lecturas. Hay un par de detalles más, pero eso es lo principal. ¿Te interesaría tener una conversación al respecto? Un saludo.

    $300 (Avg Bid)
    $300 Oferta promedio
    1 ofertas

    ...v13 en adelante (hasta v15). Con práctica en desarrollo de módulos, vistas, formularios, utilización de consultas en base de datos y demás aspectos del día a día de un desarrollador orientado a trabajar en Odoo. Debes de contar con cierta experiencia enseñando, paciencia y técnicas pedagógicas son un plus. Es un trabajo de acompañamiento principalmente, para respuesta de dudas, soporte, pair-programming, refuerzos y lecciones en línea. Sin olvidar la revisión de entregables. Experiencia trabajando con CI/CD, y ambientes en premisas, es un plus muy deseado. Favor contar un poco de su experiencia y trabajos realizados, complejidad de los mismos sería tomada en consideración. Igualm...

    $26 / hr (Avg Bid)
    Acuerdo de Confidencialidad
    $26 / hr Oferta promedio
    4 ofertas

    Necesito un ejemplo de como utilizar @Trasnsactional en Spring utilizando Datasources dinámicos con JdbcTemplate, en caso de error hacer rollback en ambiente local y remoto. Digamos que hago una consulta en base de datos local Oracle y con el resutado armo un script para hacer un insert en batch en la base de datos remota Mariadb, necesito tener el control de la transacción, el requerimiiento es solo con la transaccionalidad y la injección dinámica de los data sources , un ejemplo lo más simple posible

    $154 (Avg Bid)
    $154 Oferta promedio
    9 ofertas

    Hola amigo vamos por unas funciones mas avanzadas.

    $120 (Avg Bid)
    $120 Oferta promedio
    1 ofertas

    Necesitamos crear urls dinámicas para un proyecto Unity que se accedera a través de diferentes dominios externos. Posibilidad de utiizar Firebase Dynamic Links o similar.

    $268 (Avg Bid)
    $268 Oferta promedio
    6 ofertas